ColumnCollection
Overview
ColumnCollection is a class in Aspose.Cells FOSS for Java.
Represents a collection of columns in a worksheet.
This class provides 1 method for working with ColumnCollection objects in Java programs.
Available methods include: get.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Methods
| Signature | Description |
|---|---|
get(index: int) → Column | Gets the column at the specified index. |