Returns an iterator object that can be used to iterate through the columns in the range.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Iterator<Column> getEnumerator () |
An Iterator<Column> object that can be used to iterate through the columns in the range.
See Also