Click or drag to resize

RichTextShape SetSpace Method

Sets the space value 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 void SetSpace(
	int FormattingRunsIndex,
	int SpaceValue
)

Parameters

FormattingRunsIndex
Type: System Int32
The index of the formatting run to modify.
SpaceValue
Type: System Int32
The new space value to set.
See Also