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 FormatBase GetDefComposite(
	int key,
	FormatBase value
)
Protected Function GetDefComposite ( 
	key As Integer,
	value As FormatBase
) As FormatBase
protected:
FormatBase^ GetDefComposite(
	int key, 
	FormatBase^ value
)
member GetDefComposite : 
        key : int * 
        value : FormatBase -> FormatBase 

Parameters

key
Int32
value
FormatBase

Return Value

FormatBase

See Also