|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteDataPilotTables
This class represents a collection of all the DataPilot tables on the specified sheet.
Access
To get all the DataPilot tables of a sheet, use the DataPilotTables property in the Sheet class.
Usage
DataPilotTables provides access to DataPilot tables, and a method to create a new DataPilot table.
Method Summary | |
---|---|
IRemoteDataPilotTable |
add(IRemoteRange source,
java.lang.String name,
IRemoteRange destination)
This method creates a new DataPilot table. |
IRemoteSymphonyApplication |
getApplication()
This property represents the Lotus Symphony application. |
int |
getCount()
This property represents the number of the DataPilot tables. |
IRemoteDataPilotTable |
item(int index)
This method returns a DataPilot table according to an index. |
Method Detail |
---|
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteDataPilotTable add(IRemoteRange source, java.lang.String name, IRemoteRange destination) throws RemoteEclipseAPIException
source
- Specifies the range that contains the data. If the range is in another sheet, this method throws an exception.name
- Specifies the name of the table.destination
- Specifies the position to display the table.
RemoteEclipseAPIException
IRemoteDataPilotTable item(int index) throws RemoteEclipseAPIException
index
- Specifies the index of the DataPilot table to get, starting at 1 .
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |