class O2GTable
Parents | |
|
Brief
An abstract interface to a table.
Details
The type defined in the fxcore2.dll
assembly.
The namespace is fxcore2
.
Public Properties | |
Gets an instance of the class that provides access to the list of table columns. |
|
Gets the number of rows in the reader. |
|
Gets the type of a trading table. |
Public Methods | |
Iterates through the rows of the table and raises event |
|
Iterates through the rows of the table and call RowDelegate on each row. |
|
Gets the value of a cell. |
|
Gets a generic row by its index. |
|
Gets the next row from |
|
Gets the next row from |
|
Gets the next row from |
|
Gets the next row from |
|
Gets the status of the table. |
|
Checks whether the cell is changed. |
|
Checks whether the cell value can be used or not. |
|
Subscribes table listener to changes of table status. |
|
Subscribes table listener to table updates. |
|
Unsubscribes table listener from changes of table status. |
|
Unsubscribes table listener from table updates. |
Events | |
The event is fired when a new row appears in the table. |
|
The event is fired when a row is changed. |
|
The event is fired when a row is deleted. |
|
The event is fired when the table's status changes. |