Search
NamedRangeCollection.Add Method
See Also
 






Adds the specified element to the collection.

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

 Syntax

C#  Copy Code

public void Add (
    NamedRange item
)

Visual Basic  Copy Code

Public Sub Add( _
    item As NamedRange _
)

 Parameters

item

The element to add to the collection.

 See Also