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
)
Public Function GetSpace (
FormattingRunsIndex As Integer
) As Integer
public:
int GetSpace(
int FormattingRunsIndex
)
member GetSpace :
FormattingRunsIndex : int -> int
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