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


In This Topic
    ActiveRowIndex Property (Worksheet)
    In This Topic
    Gets or sets the row index of the active cell in the sheet.
    Syntax
    'Declaration
     
    Public Property ActiveRowIndex As Integer
    'Usage
     
    Dim instance As Worksheet
    Dim value As Integer
     
    instance.ActiveRowIndex = value
     
    value = instance.ActiveRowIndex
    public int ActiveRowIndex {get; set;}

    Property Value

    The row index of the active cell in the sheet.
    See Also