Chameleon and Iguana Plugin C# Class Libraries

Table Members

Table overview

Public Instance Constructors

Table Overloaded. Initializes a new instance of the Table class.

Public Instance Properties

Handle Get the table handle.
Handle64 Get the table handle.

Public Instance Methods

AddRow Add a row to the table.
ColumnIndex Get the column index of the column named ColumnName.
ColumnName Get the table column name.
ColumnType Get the column type of the column at index ColumnIndex.
CountOfColumn Get the number of table columns.
CountOfRow Get the number of table rows.
CountOfSubTable Get the number of sub-tables.
DisposeOverloaded. Dispose of the Table object.
Equals (inherited from Object) 
GetDate Get the date/time value at ColumnIndex and RowIndex.
GetDouble Get the double value at columnIndex and rowIndex.
GetHashCode (inherited from Object) 
GetInteger Get the integer value at columnIndex and rowIndex.
GetState Test the value in the cell at row rowIndex and column columnIndex to see if it is null, zero, empty or invalid.
GetString Get the string value at columnIndex and rowIndex.
GetType (inherited from Object) 
IsNull Check if the value at columnIndex and rowIndex is null.
SetDate Set the value at ColumnIndex and RowIndex to the date/time Value.
SetDouble Set the value at ColumnIndex and RowIndex to the double Value.
SetInteger Set the value at ColumnIndex and RowIndex to the integer Value.
SetString Set the value at ColumnIndex and RowIndex to the string Value.
SubTable Get the sub-table with the specified row and table index.
SubTableIndex Get the index of the sub-table named SubTableName.
TableName Get the table name.
ToString Convert the table data to a string.

Protected Instance Fields

m_TableHandle The Table handle for use in the internal implementation of Chameleon only.

Protected Instance Methods

DisposeOverloaded. Helper. Actual Dispose. Intended to be overridden by the child.
Finalize Destructor. Calls Dispose passing false as a parameter.
MemberwiseClone (inherited from Object) 

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace