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
Parameters
- rangeName
- Type: SystemString
The name of the range to be retrieved from collection.
Return Value
Type: ExcelNamedRangeThe named range with the specified name or null if no named range with the specified name was found in collection.
See Also