SelectedCellsChangedEventArgs.AddedCells 属性

定义

获取已添加到选择范围的单元格。

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

属性值

IList<DataGridCellInfo>

添加的单元格。

适用于