Namespace: Spire.Presentation.Converter.Equation.Word.Fields.OMath
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected override Object GetDefValue(
	int key
)
Protected Overrides Function GetDefValue ( 
	key As Integer
) As Object
protected:
virtual Object^ GetDefValue(
	int key
) override
abstract GetDefValue : 
        key : int -> Object 
override GetDefValue : 
        key : int -> Object 

Parameters

key
Int32

Return Value

Object

See Also