DataGrid for WPF/Silverlight
SelectedCells プロパティ (DataGridSelection)

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > DataGridSelection クラス : SelectedCells プロパティ
選択されたセルを取得します。
シンタックス
'宣言
 
Public ReadOnly Property SelectedCells As DataGridSelectedItemsCollection(Of DataGridCell)
public DataGridSelectedItemsCollection<DataGridCell> SelectedCells {get;}

プロパティ値

選択されたセル。
参照

DataGridSelection クラス
DataGridSelection メンバ