Namespace: Spire.Xls.Core.Converter.General.Word.Formatting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

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

Parameters

key
Int32

Return Value

Object

See Also