ExcelNamedRangesCollectionItem(String) Property

Gets the named range with the specified name from collection.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelNamedRange this[
	string rangeName
] { get; }

Parameters

rangeName  String
The name of the range to be retrieved from collection.

Return Value

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

See Also