Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / GetCurrentLine Method


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