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


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

    Property Value

    The index of the active column.
    See Also