SelectedCellsChangedEventArgs.RemovedCells 属性

定义

获取从选择范围中移除的单元格的列表。

public:
 property System::Collections::Generic::IList<System::Windows::Controls::DataGridCellInfo> ^ RemovedCells { System::Collections::Generic::IList<System::Windows::Controls::DataGridCellInfo> ^ get(); };
public System.Collections.Generic.IList<System.Windows.Controls.DataGridCellInfo> RemovedCells { get; }
member this.RemovedCells : System.Collections.Generic.IList<System.Windows.Controls.DataGridCellInfo>
Public ReadOnly Property RemovedCells As IList(Of DataGridCellInfo)

属性值

IList<DataGridCellInfo>

移除的单元格的列表。

适用于