Gets or sets the index at which to insert the new worksheet(s).
Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms
SyntaxC#
Copy Code
|
|---|
public int Index { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Index As Integer |
An integer value.
RemarksOnly used when the Position is set to InsertWorksheetPosition.Other.
See Also