Search
InsertWorksheetForm.Index Property
See Also
 






Gets the index at which to insert the new worksheet(s).

Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms

 Syntax

C#  Copy Code

public int Index { get; }

Visual Basic  Copy Code

Public ReadOnly Property Index As Integer

 Property Value

 Remarks

Only used when the Position is set to InsertWorksheetPosition.Other.

 See Also