GemBox.Spreadsheet

NamedRangeCollection.Item Property

Gets the NamedRange with the specified index or name.

Overload List

Gets the NamedRange at the specified index.

public NamedRange this[int] {get;}

Gets the NamedRange with the specified name.

public NamedRange this[string] {get;}

See Also

NamedRangeCollection Class | GemBox.Spreadsheet Namespace