Search
NamedRange Methods
 


 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