Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / GetLineCount Method


In This Topic
GetLineCount Method (SEditTextBox)
In This Topic
Returns the line count for a text editor with multiple lines.
Syntax
'Declaration
 
Public Overridable Function GetLineCount() As Integer
 
'Usage
 
Dim instance As SEditTextBox
Dim value As Integer
 
value = instance.GetLineCount()

Return Value

Number of lines
See Also