ExcelNamedRangesCollectionItem(String) Property |
Gets the named range with the specified name from collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelNamedRange this[
string rangeName
] { get; }Public ReadOnly Default Property Item (
rangeName As String
) As ExcelNamedRange
Get
Parameters
- rangeName String
- The name of the range to be retrieved from collection.
Return Value
ExcelNamedRangeThe named range with the specified name or null if no named range with the specified name was found in collection.
See Also