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