|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteName
This class represents a named range. A named range is a range with a specified name. A range can have more than one name.
Creation and access
Method Summary | |
---|---|
java.lang.String |
getName()
This property returns or sets the name of the range. |
java.lang.String |
getRefersTo()
This property returns a string that represents the range that the named range refers to. |
IRemoteRange |
getRefersToRange()
This property returns the range of the named range refers to. |
java.lang.String |
getValue()
This property returns or sets a string value that represents the range that the named range refers to. |
void |
remove()
This method removes the named range. |
void |
setName(java.lang.String name)
This property returns or sets the name of the range. |
void |
setValue(java.lang.String value)
This property returns or sets a string value that represents the range that the named range refers to. |
Method Detail |
---|
java.lang.String getName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setName(java.lang.String name) throws RemoteEclipseAPIException
name
-
RemoteEclipseAPIException
java.lang.String getRefersTo() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteRange getRefersToRange() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getValue() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setValue(java.lang.String value) throws RemoteEclipseAPIException
value
-
RemoteEclipseAPIException
void remove() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |