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