Search
WorkbookView.setFrozenRowCount Method
See Also
 






Sets the number of frozen rows in the view.

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

 Syntax

Java  Copy Code

public void setFrozenRowCount (
    int value
)

 Parameters

value

An integer value specifying number of frozen rows.

 See Also