FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / Selection Property

In This Topic
    Selection Property (C1FlexGrid)
    In This Topic
    Gets or sets the current selection.
    Syntax
    'Declaration
     
    Public Property Selection As CellRange
    public CellRange Selection {get; set;}
    See Also