RTFCommentArray
GetFont Method
|
Returns font for character at 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 iPosition
)
Public Function GetFont (
iPosition As Integer
) As IFont
public:
virtual IFont^ GetFont(
int iPosition
) sealed
abstract GetFont :
iPosition : int -> IFont
override GetFont :
iPosition : int -> IFont
Parameters
-
iPosition
-
Type:
System
Int32
Position of the symbol.
Return Value
Type:
IFont
Font for character at specified position if it is equal for all
cells in the parent range, otherwise NULL is returned.
Implements
IRichTextString
GetFont(Int32)
See Also