Gets the column at the specified index.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Column get ( |
The zero-based index of the column to get.
A Column object identifying the column at the specified position.
See Also