Returns font for character at specified position.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
-
Type:
System
Int32
Position
Return Value
Type:
ExcelFont
See Also