Gets or sets the position of the new worksheet(s) within the workbook.
Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms
SyntaxC#
Copy Code
|
|---|
public InsertWorksheetPosition Position { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Position As InsertWorksheetPosition |
A member of the InsertWorksheetPosition enumeration.
See Also