Winnovative Excel Library

ExcelNamedRangesCollectionItem Property (String)

Winnovative Excel Library Documentation
Gets 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 ExcelNamedRange this[
	string rangeName
] { get; }

Parameters

rangeName
Type: SystemString
The name of the range to be retrieved from collection.

Return Value

Type: ExcelNamedRange
The named range with the specified name or null if no named range with the specified name was found in collection.
See Also

Reference