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