|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteSheets
This class represents a collection of all the sheets in a spreadsheet.
Access
To get all the sheets of a spreadsheet, use the Sheets property in the Spreadsheet class.
Usage
Sheets provides access to sheets and methods to insert new sheet and access a sheet.
Method Summary | |
---|---|
void |
addTo(IRemoteSheet sheet)
This method creates a new sheet. |
void |
addTo(IRemoteSheet sheet,
int count)
This method creates a new sheet. |
void |
addTo(IRemoteSheet sheet_pos,
int count,
boolean beforeOrAfter)
This method creates a new sheet. |
IRemoteSymphonyApplication |
getApplication()
This property is read-only and represents the Lotus Symphony application. |
int |
getCount()
This property represents the number of sheets in the spreadsheet. |
IRemoteSheet |
item(int index)
This method returns a sheet according to the index. |
Method Detail |
---|
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void addTo(IRemoteSheet sheet) throws RemoteEclipseAPIException
sheet
-
RemoteEclipseAPIException
void addTo(IRemoteSheet sheet, int count) throws RemoteEclipseAPIException
sheet
- count
- Specifies the number of sheets to be added. The default value is 1.
RemoteEclipseAPIException
void addTo(IRemoteSheet sheet_pos, int count, boolean beforeOrAfter) throws RemoteEclipseAPIException
sheet_pos
- Specifies the target sheet before or after which the new sheet is added.count
- Specifies the number of sheets to be added. The default value is 1.beforeOrAfter
- Specifies true to add the new sheet before the parameter sheet_pos, or false to add the new sheet after the parameter sheet_pos. The default value is true.
RemoteEclipseAPIException
IRemoteSheet item(int index) throws RemoteEclipseAPIException
index
- Specifies the index of the sheet, starting at 1.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |