Gets a CellRange object that can be used to manipulate the data of the cells in the specified range.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
public CellRange get ( |
The zero-based index of the top-left column of the range.
The zero-based index of the top-left row of the range.
The zero-based index of the bottom-right column of the range.
The zero-based index of the bottom-right row of the range.
A CellRange object that can be used to manipulate the cells in the range.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |