[]
Represents a collection of all the ITableColumn objects in the specified ITable object. Each ITableColumn object represents a column in the table.
public interface ITableColumns
Public Interface ITableColumns
Name | Description |
---|---|
Count | Returns the number of objects in the collection. |
this[int] | Gets the ITableColumn at the specified index. |
this[string] | Gets the ITableColumn at the specified column name. |
Name | Description |
---|---|
Add(int) | Adds a new column to the table object. Returns the ITableColumn object. |
Add(int, int) | Adds new column(s) to the table object. |
Delete(int, int) | Deletes the column(s) of data in the table. |