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


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

    Property Value

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