Search
WorkbookView.setFrozenColumnCount Method
See Also
 






Sets the number of frozen columns in the view.

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

 Syntax

Java  Copy Code

public void setFrozenColumnCount (
    int value
)

 Parameters

value

An integer value specifying number of frozen columns.

 See Also