|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteNames
This class represents a collection of all the named ranges in a spreadsheet.
Access
Method Summary | |
---|---|
IRemoteName |
add(java.lang.String name,
java.lang.String refersTo,
boolean visible)
This method adds a named range. |
IRemoteSymphonyApplication |
getApplication()
This property represents the Lotus Symphony application. |
int |
getCount()
This property represents the number of named ranges in a spreadsheet. |
java.lang.String[] |
getNames()
This method returns a string array containing the names of all the named ranges in a spreadsheet. |
IRemoteName |
item(java.lang.String name)
This method returns a named range by its name. |
Method Detail |
---|
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteName add(java.lang.String name, java.lang.String refersTo, boolean visible) throws RemoteEclipseAPIException
name
- Specifies the name of the range.refersTo
- Specifies the range that the named range refers to. For example, the format "$A.$A$1:$E$11" specifies the range(A1:E11) on sheet A.visible
- Specifies whether the named range is visible. A value of true means that the range is visible. A value of false means that the range is not visible.
RemoteEclipseAPIException
java.lang.String[] getNames() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteName item(java.lang.String name) throws RemoteEclipseAPIException
name
- Specifies the name of the range. If the range with the specified name does not exist, this method throws an exception.
RemoteEclipseAPIException
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |