Specifies identifiers to indicate the position of inserted worksheets within a workbook.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
C#
![]() |
---|
public enum InsertWorksheetPosition |
Visual Basic
![]() |
---|
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. |
Members of this enumeration can be obtained from the Position property of the InsertWorksheetForm class.