Search
Worksheet.setMaxColumns Method
See Also
 






Sets the maximum number of columns this worksheet will draw.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setMaxColumns (
    Integer value
)

 Parameters

value

An Integer value.

 Remarks

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.

 See Also