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

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

プロパティ値

選択されたセル。
参照

DataGridSelectionManager クラス
DataGridSelectionManager メンバ