Spread Windows Forms 15.0
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()
    public int GetLineCount()
    See Also