Sets the maximum number of rows this worksheet will draw.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
public void setMaxRows ( |
An Integer value.
This value limits what cells users can see and navigate to using scrolling and directional keys. You can still store data outside of the specified range from code. If this property is not set, the control will allow scrolling up to Constants.MaxRow (1048576) rows.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |