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


In This Topic
GetLineCount Method (SuperEditBase)
In This Topic
Returns the number of lines.
Syntax
'Declaration
 
Public Function GetLineCount() As Integer
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Integer
 
value = instance.GetLineCount()
See Also