Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ConvertTableToRangeEventArgs Class / ActiveRowIndex Property


In This Topic
    ActiveRowIndex Property (ConvertTableToRangeEventArgs)
    In This Topic
    Gets the sheetview's active row index when converting a table to a range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveRowIndex As Integer
    'Usage
     
    
    Dim instance As ConvertTableToRangeEventArgs
    Dim value As Integer
     
    value = instance.ActiveRowIndex
    public int ActiveRowIndex {get;}
    See Also