Search
WorkbookView.setActiveWorksheet Method
See Also
 






Sets the currently active worksheet.

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

 Syntax

Java  Copy Code

public void setActiveWorksheet (
    Worksheet value
)

 Parameters

value

An instance of the Worksheet class.

 See Also