IRichTextString
GetFont Method
|
Returns font which is applied to character at the specified position.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IFont GetFont(
int index
)
Function GetFont (
index As Integer
) As IFont
IFont^ GetFont(
int index
)
abstract GetFont :
index : int -> IFont
Parameters
-
index
-
Type:
System
Int32
Return Value
Type:
IFont
Font which is applied to character at the specified position.
See Also