The XLNamedRange type exposes the following members.

Methods

  Name Description
Public method Clone
Creates a new XLNamedRange object that is a copy of the current instance.
Public method Contains
Determines whether the range contains a specific cell.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Book
Gets a reference to the parent C1XLBook object.
Public property CellRange
Gets a reference to the XLCellRange object that determines which cells are contained in the current named range.
Public property CellRanges
Gets a reference to array of the XLCellRange objects that determines which cells are contained in the current named range.
Public property Comment
Gets or sets the comment text associated with the current named range.
Public property IsBuiltInName
Determines whether the range has a built-in name.
Public property IsEmpty
Determines whether the current range is empty.
Public property IsNameOnly
Determines whether the current named range has a valid name but does not define a range.
Public property Name
Gets or sets the name of the current named range.

See Also