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


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