ListColumnCollection

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

NameTypeAccessDescription
countintRead

Methods

SignatureDescription
getCount()int
get(index: int)ListColumn
iterator()Iterator<ListColumn>
hasNext()boolean
next()ListColumn

See Also