ListColumnCollection
Overview
ListColumnCollection is a class in Aspose.Cells FOSS for Java.
Inherits from: Iterable<ListColumn>.
Ordered collection of columns in an Excel table.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read |
Methods
| Signature | Description |
|---|---|
getCount() → int | |
get(index: int) → ListColumn | |
iterator() → Iterator<ListColumn> | |
hasNext() → boolean | |
next() → ListColumn |