DataGrid.ColumnFromDisplayIndex(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定索引處的 DataGridColumn。
public:
System::Windows::Controls::DataGridColumn ^ ColumnFromDisplayIndex(int displayIndex);
public System.Windows.Controls.DataGridColumn ColumnFromDisplayIndex (int displayIndex);
member this.ColumnFromDisplayIndex : int -> System.Windows.Controls.DataGridColumn
Public Function ColumnFromDisplayIndex (displayIndex As Integer) As DataGridColumn
參數
- displayIndex
- Int32
要擷取的資料行之以零為起始的索引。
傳回
所指定 DisplayIndex 處的 DataGridColumn。
例外狀況
displayIndex
小於 0 或是大於或等於資料行數。