class O2GRow

Brief

An abstract interface to a row of a table.

Details

The type defined in the fxcore2.dll assembly. The namespace is fxcore2.

Public Properties

Columns

The columns of the table.

TableType

The type of the table.

Public Methods

getCell

Gets a cell of the table.

isCellChanged

Gets a flag indicating whether the value of the cell is changed.

back