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
)
Public Sub SetSpace (
FormattingRunsIndex As Integer,
SpaceValue As Integer
)
public:
void SetSpace(
int FormattingRunsIndex,
int SpaceValue
)
member SetSpace :
FormattingRunsIndex : int *
SpaceValue : int -> unit
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