RichTextShape
FormattingRunsCount Property
|
Gets the count of formatting runs.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int FormattingRunsCount { get; }
Public ReadOnly Property FormattingRunsCount As Integer
Get
public:
property int FormattingRunsCount {
int get ();
}
member FormattingRunsCount : int with get
Return Value
Type:
Int32
The number of formatting runs.
Exceptions
Exception
|
Condition
|
ArgumentOutOfRangeException
|
Thrown when there are no formatting runs.
|
See Also