Gets a ColumnRange object that can be used to manipulate the columns in the specified range.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public ColumnRange get ( |
The zero-based index of the left column in the range.
The zero-based index of the right column in the range.
A ColumnRange object that can be used to manipulate the columns in the range.
See Also