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>

已加入的儲存格。

適用於