Search
InsertWorksheetForm.Index Property
See Also
 






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

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

 Syntax

C#  Copy Code

public int Index { get; set; }

Visual Basic  Copy Code

Public Property Index As Integer

 Property Value

An integer value.

 Remarks

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

 See Also