Search
InsertWorksheetPosition Enumeration
See Also
 






Specifies identifiers to indicate the position of inserted worksheets within a workbook.

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

 Syntax

Java  Copy Code

public enum InsertWorksheetPosition

 Members

  Member name Description

AfterActiveSheet

Indicates new worksheet(s) will be inserted after the active sheet of a workbook view.

BeforeActiveSheet

Indicates new worksheet(s) will be inserted before the active sheet of a workbook view.

Other

Indicates a user specified index to insert the new worksheets.

 See Also