Click or drag to resize

ExcelNamedRangesCollectionRemoveNamedRange(Int32) Method

Removes the named range at the specified zero based index from collection.

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

Parameters

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