Property this
this[GridPoint2]
Gets or sets the cell at the specified point.
public override TCell this[GridPoint2 point] { get; set; }
Parameters
point
GridPoint2The point.
Property Value
- TCell
TCell.
Gets or sets the cell at the specified point.
public override TCell this[GridPoint2 point] { get; set; }
point
GridPoint2The point.
TCell.