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


In This Topic
    ActiveColumn Property
    In This Topic
    Gets the active column in the sheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActiveColumn As Column
    'Usage
     
    Dim instance As Worksheet
    Dim value As Column
     
    value = instance.ActiveColumn
    public Column ActiveColumn {get;}

    Property Value

    The active column in the sheet.
    See Also