[]
Represents a collection of all the ITableColumn objects in the specified ITable object.
public interface ITableColumns
Public Interface ITableColumns
Name | Description |
---|---|
Count | Gets an integer value that represents the number of columns in the table. |
this[int] | Gets the ITableColumn object at the specified index. |
this[string] | Gets the ITableColumn object at the specified index. |
Name | Description |
---|---|
Add(int, int) | Adds a new column to the table object. |
Move(int, int, int) | Moves table column(s) at the specified position to other position. |