Click or drag to resize

RichText GetFont Method

Returns font for character at specified position.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelFont GetFont(
	int position
)

Parameters

position
Type: System Int32
Position

Return Value

Type: ExcelFont
See Also