Table of Contents

Class ExcelNamedRangeCollection

Namespace
OfficeOpenXml
Assembly
Magicodes.EPPlus.dll
public class ExcelNamedRangeCollection : IEnumerable<ExcelNamedRange>, IEnumerable
Inheritance
ExcelNamedRangeCollection
Implements
Inherited Members
Extension Methods

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public ExcelNamedRange this[int Index] { get; }

Parameters

Index int

Property Value

ExcelNamedRange

this[string]

public ExcelNamedRange this[string Name] { get; }

Parameters

Name string

Property Value

ExcelNamedRange

Methods

Add(string, ExcelRangeBase)

public ExcelNamedRange Add(string Name, ExcelRangeBase Range)

Parameters

Name string
Range ExcelRangeBase

Returns

ExcelNamedRange

AddFormla(string, string)

[Obsolete("Call AddFormula() instead.  See Issue Tracker Id #14687")]
public ExcelNamedRange AddFormla(string Name, string Formula)

Parameters

Name string
Formula string

Returns

ExcelNamedRange

AddFormula(string, string)

public ExcelNamedRange AddFormula(string Name, string Formula)

Parameters

Name string
Formula string

Returns

ExcelNamedRange

AddValue(string, object)

public ExcelNamedRange AddValue(string Name, object value)

Parameters

Name string
value object

Returns

ExcelNamedRange

ContainsKey(string)

public bool ContainsKey(string key)

Parameters

key string

Returns

bool

GetEnumerator()

public IEnumerator<ExcelNamedRange> GetEnumerator()

Returns

IEnumerator<ExcelNamedRange>

Remove(string)

public void Remove(string Name)

Parameters

Name string