Click or drag to resize

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
)

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