IXlTableColumnCollection Methods
A collection of columns in a table.| Name | Description |
|---|---|
| GetEnumerator() | Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>. |
| IndexOf(String) | Returns the index of the specified column in the collection. |
See Also