ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / SelectedCells Property

In This Topic
    SelectedCells Property (DataGridSelection)
    In This Topic
    Gets the selected cells.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedCells As DataGridSelectedItemsCollection(Of DataGridCell)
    public DataGridSelectedItemsCollection<DataGridCell> SelectedCells {get;}

    Property Value

    The selected cells.
    See Also