Sets the maximum number of columns this worksheet will draw.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public void setMaxColumns ( |
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.MaxColumn (1024) columns.
See Also