[]
Gets a reference to the XLNamedRange object at the specified index. Returns null if an invalid index is specified.
public XLNamedRange this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As XLNamedRange
| Type | Name | Description |
|---|---|---|
| int | index |
Gets a reference to the XLNamedRange object with the specified name. Returns null if an object with the specified name could not be found in the collection.
public XLNamedRange this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As XLNamedRange
| Type | Name | Description |
|---|---|---|
| string | name |