Removes an XLNamedRange object with the specified name from the collection.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public void Remove( string name ) |
Visual Basic |
---|
Public Sub Remove ( _ name As String _ ) |
Parameters
- name
- Type: System..::..String
The name of the range to remove from the collection (case-insensitive).