Method GetData
GetData(int)
Gets data from the cell specified with the offset.
public T GetData(int offset)
Parameters
offset
intOffset of the data cell.
Returns
- T
GetData(int, int)
Gets data from the cell specified with X and Y coordinates.
public T GetData(int x, int y)
Parameters
Returns
- T