Search
NamedRangeCollection.Insert Method
See Also
 






Inserts the specified element at the specified index in the collection.

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

 Syntax

C#  Copy Code

public void Insert (
    int index,
    NamedRange item
)

Visual Basic  Copy Code

Public Sub Insert( _
    index As Integer, _
    item As NamedRange _
)

 Parameters

index

The zero-based index at which item should be inserted.

item

The element to insert into the collection.

 See Also