ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ColumnCollection Class / Selected Property

In This Topic
    Selected Property (ColumnCollection)
    In This Topic
    Gets a collection of Column objects that are currently selected.
    Syntax
    'Declaration
     
    Public ReadOnly Property Selected As ColumnCollection
    public ColumnCollection Selected {get;}
    See Also