Gets a RowRange object that can be used to manipulate the rows in the specified range.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public RowRange get ( |
The zero-based index of the top row in the range.
The zero-based index of the bottom row in the range.
A RowRange object that can be used to manipulate the rows in the range.
See Also