Table of Contents

Method GetData

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetData(int)

Gets data from the cell specified with the offset.

public T GetData(int offset)

Parameters

offset int

Offset 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

x int

X coordinate of the cell.

y int

Y coordinate of the cell.

Returns

T