Winnovative Excel Library

ExcelNamedRangesCollectionRemoveNamedRange Method (String)

Winnovative Excel Library Documentation
Removes the named range with the specified name from collection.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void RemoveNamedRange(
	string name
)

Parameters

name
Type: SystemString
The name of the named range to be removed.
See Also

Reference