[]
Interface that supports iterating through ITableColumn items.
public interface ITableColumnCollection
Public Interface ITableColumnCollection
Name | Description |
---|---|
Count | Number of ITableColumn items. |
this[int] | Gets an ITableColumn item located by index. |
this[string] | Gets an ITableColumn item by name. |