Search
ColumnRange.getEnumerator Method
See Also
 






Returns an iterator object that can be used to iterate through the columns in the range.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Iterator<Column> getEnumerator ()

 Return Value

An Iterator<Column> object that can be used to iterate through the columns in the range.

 See Also