Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / ActiveRowIndex Property


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

    Property Value

    The index of the active row.
    See Also