Search
NamedRange Members
Constructors Methods
 


Represents a named range of cells.

The following tables list the members exposed by the NamedRange type.

 Public Constructors

  Name Description

NamedRange

Overloaded. Initializes a new instance of the NamedRange class.

 Public Methods

  Name Description

addPropertyChangedListener

Registers listener so that it will receive events from the named range.

getCellRange

Gets the cell or range of cells associated with this named range.

getName

Gets the name of the named range.

getWorksheetName

Gets the name of the worksheet represented by this named range.

removePropertyChangedListener

Unregisters listener so that it will no longer receive named range events.

setCellRange

Sets the cell or range of cells associated with this named range.

setName

Sets the name of the named range.

 Protected Methods

  Name Description

onPropertyValueChanged

Raises the PropertyChangeListener.propertyChange event.

 See Also