Specifies identifiers to indicate the position of inserted worksheets within a workbook.
Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms
Java Copy Code |
---|
public enum InsertWorksheetPosition |
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. |