ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / Selection Property

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