Winnovative Excel Library

ExcelNamedRangesCollectionRemoveNamedRange Method (Int32)

Winnovative Excel Library Documentation
Removes the named range at the specified zero based index from collection.

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

public void RemoveNamedRange(
	int namedRangeIndex
)

Parameters

namedRangeIndex
Type: SystemInt32
The zero based index in collection from where to remove the named range.
See Also

Reference