ICellsDataTable class

ICellsDataTable class

Represents data table.

The ICellsDataTable type exposes the following members:

Properties

PropertyDescription
columnsGets the columns’ name.
countGets the count of the records. -1 for unknown records count.

Gets the data stored in the column specified by index.

Indexer

NameDescription
[index]The zero-based index of the column.

Methods

MethodDescription
before_firstMove the cursor to the front of this object, just before the first row.
nextMoves the cursor down one row from its current position.

Remarks

See Also