Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ActiveRow Property


In This Topic
    ActiveRow Property
    In This Topic
    Gets a Row object for the active row on the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveRow As Row
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Row
     
    value = instance.ActiveRow
    public Row ActiveRow {get;}
    See Also