Sets the maximum number of columns this worksheet will draw.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java
![]() |
---|
public void setMaxColumns ( |
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.MaxColumn (1024) columns.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |