DataGridCellInfo 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 DataGrid 中之指定儲存格的相關資訊。
public value class DataGridCellInfo
public struct DataGridCellInfo
type DataGridCellInfo = struct
Public Structure DataGridCellInfo
- 繼承
備註
此結構提供與資料格相關聯的資料格和資料項目的相關資訊。 當取得資料格時 DataGrid ,會使用它,而不是實際 DataGridCell 容器的 CurrentCell 參考;例如,在 或 SelectedCells 屬性中。
建構函式
DataGridCellInfo(DataGridCell) |
針對指定的儲存格,初始化 DataGridCellInfo 結構的新執行個體。 |
DataGridCellInfo(Object, DataGridColumn) |
使用指定的資料項目和資料行,初始化 DataGridCellInfo 結構的新執行個體。 |
屬性
Column |
取得包含儲存格的資料行。 |
IsValid |
取得值,這個值表示結構是否含有有效資訊。 |
Item |
取得包含儲存格之資料列的資料項目。 |
方法
Equals(Object) |
表示指定的物件和目前執行個體是否相等。 |
GetHashCode() |
傳回目前 DataGridCellInfo 結構的雜湊程式碼。 |
運算子
Equality(DataGridCellInfo, DataGridCellInfo) |
表示兩個 DataGridCellInfo 執行個體是否相等。 |
Inequality(DataGridCellInfo, DataGridCellInfo) |
表示兩個 DataGridCellInfo 執行個體是否不相等。 |