Click or drag to resize

ExcelNamedRangesCollectionRemoveNamedRange(String) Method

Removes the named range with the specified name from collection.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public void RemoveNamedRange(
	string name
)

Parameters

name  String
The name of the named range to be removed.
See Also