MindFusion.Wpf Pack Programmer's Guide
InsertWorksheetPosition Enumeration
See Also
 





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

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  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.

 Remarks

Used by the InsertWorksheetForm class.

 See Also

MindFusion.Spreadsheet.Wpf.StandardForms Namespace