Click or drag to resize

ExcelNamedRangesCollectionItem Property (String)

Gets the named range with the specified name from collection.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.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