Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ActiveColumn Property


In This Topic
    ActiveColumn Property
    In This Topic
    Gets a Column object for the active column on the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveColumn As Column
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Column
     
    value = instance.ActiveColumn
    public Column ActiveColumn {get;}
    See Also