Click or drag to resize

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; }

Return Value

Type: Int32
The number of formatting runs.
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown when there are no formatting runs.
See Also