Click or drag to resize

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
)

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