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