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; }
Public ReadOnly Default Property Item (
rangeName As String
) As ExcelNamedRange
Get
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