Click or drag to resize

RichTextShape GetSpace Method

Retrieves the spacing between characters for a specific formatting run.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int GetSpace(
	int FormattingRunsIndex
)

Parameters

FormattingRunsIndex
Type: System Int32
The index of the formatting run.

Return Value

Type: Int32
The character spacing for the specified formatting run.
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown when there are no formatting runs available.
See Also