Gets the "real" length of the text assigned to the Rtf property. Only the actual text characters are counted, RTF tags are not included in the count.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int TextLength { get; }
Visual Basic
Public ReadOnly Property TextLength As Integer
	Get

See Also