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 int GetBaseKey(
	int key
)
Protected Function GetBaseKey ( 
	key As Integer
) As Integer
protected:
int GetBaseKey(
	int key
)
member GetBaseKey : 
        key : int -> int 

Parameters

key
Int32

Return Value

Int32

See Also