MindFusion.Wpf Pack Programmer's Guide
NamedRangeCollection.Remove Method
See Also
 





Removes the specified element from the collection.

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

 Syntax

C#  Copy Code

public bool Remove (
    NamedRange item
)

Visual Basic  Copy Code

Public Function Remove( _
    item As NamedRange _
) As Boolean

 Parameters

item

The element to remove from the collection.

 Return Value

true if item was successfully removed from the collection; otherwise, false.

 See Also

NamedRangeCollection Members
NamedRangeCollection Class
MindFusion.Spreadsheet.Wpf Namespace