ColumnCollection Properties
A collection of all columns in a worksheet.Name | Description |
---|---|
Item[Int32] | Provides indexed access to individual columns in the collection. |
Item[String] | Provides access to an individual column in the collection by its heading. |
LastUsedIndex | Gets the index of the last edited column on a worksheet. |
See Also