Search
WorksheetCollection.Insert Method (Int32)
See Also
 






Creates a new Worksheet object and adds it at the specified index within the collection.

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

 Syntax

C#  Copy Code

public Worksheet Insert (
    int index
)

Visual Basic  Copy Code

Public Function Insert( _
    index As Integer _
) As Worksheet

 Parameters

index

The zero-based index where the new worksheet should be added.

 Return Value

The newly created Worksheet object.

 See Also