MobileForms Toolkit Documentation

CellCollection.Item Property

Gets the cell at the given row and column indexes.

public virtual Cell this[
int iRow,
int iColumn
] {get;}

Remarks

The cell returned by this property is either displayed one, or only a virtual cell when real cell is scrolled out of the view.

See Also

CellCollection Class | Resco.Controls.SmartGrid Namespace