ICellsDataTable
ICellsDataTable interface
Represents data table.
public interface ICellsDataTable
Properties
Name |
Description |
Columns { get; } |
Gets the columns’ name. |
Count { get; } |
Gets the count of the records. -1 for unknown records count. |
Item { get; } |
Gets the data stored in the column specified by index. (2 indexers) |
Methods
Name |
Description |
BeforeFirst() |
Move the cursor to the front of this object, just before the first row. |
Next() |
Moves the cursor down one row from its current position. |
See Also