[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownEditor.GetLineCount

GetLineCount Method

GetLineCount()

Retrieves the number of lines in a multiple-line mode of the drop-down window.

Declaration
public int GetLineCount()
Public Function GetLineCount() As Integer
Returns
Type Description
int

An int value that contains the number of lines in the multiple-line edit control.

Remarks

If the Text property is Empty, this method returns zero; otherwise, it returns the number of lines.