[]
        
(Showing Draft Content)

C1.Excel.XLNamedRangeCollection.Item

this Property

this[int]

Gets a reference to the XLNamedRange object at the specified index. Returns null if an invalid index is specified.

Declaration
public XLNamedRange this[int index] { get; }
Parameters
Type Name Description
int index

this[string]

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.

Declaration
public XLNamedRange this[string name] { get; }
Parameters
Type Name Description
string name