Sets the maximum number of rows this worksheet will draw.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public void setMaxRows ( |
An Integer value.
RemarksThis 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.
See Also