Table of Contents

Method SetData

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

SetData(int, T)

Sets data in the cell specified with the offset.

public void SetData(int offset, T data)

Parameters

offset int

Offset of the data cell.

data T

Data to set.

SetData(int, int, T)

Sets data in the cell specified by X and Y coordinates.

public void SetData(int x, int y, T data)

Parameters

x int

X coordinate of the cell.

y int

Y coordinate of the cell.

data T

Data to set.