Click or drag to resize

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
)

Parameters

index
Type: System Int32

Return Value

Type: IFont
Font which is applied to character at the specified position.
See Also