[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownEditor.TextLength

TextLength Property

TextLength

Gets the length of the text in the drop-down window.

Declaration
[Browsable(false)]
public int TextLength { get; }
<Browsable(False)>
Public ReadOnly Property TextLength As Integer
Property Value
Type Description
int

The number of characters contained in the text of the control.

Remarks

You can use this property to determine the number of characters in a string for tasks such as searching for specific strings of text within the text of the control, where knowledge of the total number of characters is needed.