Table of Contents

Class ExcelNamedRange

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

A named range.

public sealed class ExcelNamedRange : ExcelRangeBase, IEnumerable<ExcelRangeBase>, IEnumerable, IEnumerator<ExcelRangeBase>, IDisposable, IEnumerator
Inheritance
ExcelNamedRange
Implements
Inherited Members
Extension Methods

Properties

IsNameHidden

Is the name hidden

public bool IsNameHidden { get; set; }

Property Value

bool

LocalSheetId

Is the named range local for the sheet

public int LocalSheetId { get; }

Property Value

int

Name

Name of the range

public string Name { get; }

Property Value

string

NameComment

A comment for the Name

public string NameComment { get; set; }

Property Value

string

Methods

Equals(object)

Returns true if the name is equal to the obj

public override bool Equals(object obj)

Parameters

obj object

The object to compare with

Returns

bool

true if equal

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

ToString()

Returns a string representation of the object

public override string ToString()

Returns

string

The name of the range