Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ActiveRow Property


In This Topic
    ActiveRow Property
    In This Topic
    Gets the active row in the sheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActiveRow As Row
    'Usage
     
    Dim instance As Worksheet
    Dim value As Row
     
    value = instance.ActiveRow
    public Row ActiveRow {get;}

    Property Value

    The active row in the sheet.
    See Also