Gets the lenght of text represented by the current object. (Do not use this property to test whether a non-empty text is assigned to the current object, use HasText instead.)

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

Syntax

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

See Also