Search
ExcelExporter.setView Method
See Also
 






Sets an optional view. This view is used during export to write the currently active worksheet and the current cell selection. If the view is not specified, the active worksheet and cell selection are set to the default.

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

 Syntax

Java  Copy Code

public void setView (
    WorkbookView value
)

 Parameters

value

An instance of the WorkbookView class.

 Remarks

If this property is set, the exported workbook must be selected in the specified view or an exception will be thrown.

 See Also