March 2003
Intermediate to advanced
896 pages
32h 35m
English
DataGridCell
This value type represents a particular RowNumber
and ColumnNumber in a data grid.
public struct DataGridCell { // Public Constructors public DataGridCell(int r, int c); // Public Instance Properties public int ColumnNumber{set; get; } public int RowNumber{set; get; } // Public Instance Methods public override bool Equals(object o); // overrides ValueType public override int GetHashCode(); // overrides ValueType public override string ToString(); // overrides ValueType }
System.Object
→ System.ValueType → DataGridCell
DataGrid.CurrentCell
DataGrid.{CurrentCell, GetCellBounds(), this, this}
Read now
Unlock full access