Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetCurrentLine Method


In This Topic
    GetCurrentLine Method
    In This Topic
    Gets the current line.
    Syntax
    'Declaration
     
    
    Public Function GetCurrentLine() As Integer
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Integer
     
    value = instance.GetCurrentLine()
    public int GetCurrentLine()
    See Also