ExcelNamedRangesCollectionItem(String) Property
Gets the named range with the specified name from collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelNamedRange this[
string rangeName
] { get; }
Public ReadOnly Default Property Item (
rangeName As String
) As ExcelNamedRange
Get
public:
property ExcelNamedRange^ default[String^ rangeName] {
ExcelNamedRange^ get (String^ rangeName);
}
member Item : ExcelNamedRange with get
- rangeName String
- The name of the range to be retrieved from collection.
ExcelNamedRangeThe named range with the specified name or null if no named range with the specified name was found in collection.