Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ExcelFont GetFont(
	int position
)
Public Function GetFont ( 
	position As Integer
) As ExcelFont
public:
ExcelFont^ GetFont(
	int position
)
member GetFont : 
        position : int -> ExcelFont 

Parameters

position
Int32

Return Value

ExcelFont

See Also