![]() |
Overloaded. Initializes a new instance of the Table class. |
![]() | Add a row to the table. |
![]() | Get the column index of the column named ColumnName . |
![]() | Get the table column name. |
![]() | Get the column type of the column at index ColumnIndex . |
![]() | Get the number of table columns. |
![]() | Get the number of table rows. |
![]() | Get the number of sub-tables. |
![]() | Overloaded. Dispose of the Table object. |
![]() | |
![]() | Get the date/time value at ColumnIndex and RowIndex . |
![]() | Get the double value at columnIndex and rowIndex . |
![]() | |
![]() | Get the integer value at columnIndex and rowIndex . |
![]() | Test the value in the cell at row rowIndex and column columnIndex to see if it is null, zero, empty or invalid. |
![]() | Get the string value at columnIndex and rowIndex . |
![]() | |
![]() | Check if the value at columnIndex and rowIndex is null. |
![]() | Set the value at ColumnIndex and RowIndex to the date/time Value . |
![]() | Set the value at ColumnIndex and RowIndex to the double Value . |
![]() | Set the value at ColumnIndex and RowIndex to the integer Value . |
![]() | Set the value at ColumnIndex and RowIndex to the string Value . |
![]() | Get the sub-table with the specified row and table index. |
![]() | Get the index of the sub-table named SubTableName . |
![]() | Get the table name. |
![]() | Convert the table data to a string. |
![]() | The Table handle for use in the internal implementation of Chameleon only. |
![]() | Overloaded. Helper. Actual Dispose. Intended to be overridden by the child. |
![]() | Destructor. Calls Dispose passing false as a parameter. |
![]() |