[]
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; }
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; }
Type | Name | Description |
---|---|---|
string | name |