Specifies identifiers to indicate the position of inserted worksheets within a workbook.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public enum InsertWorksheetPosition |
Visual Basic
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. |
RemarksMembers of this enumeration can be obtained from the Position property of the InsertWorksheetForm class.
See Also