com.mindoo.remote.api.symphony.spreadsheet
Interface IRemoteDataPilotFields


public interface IRemoteDataPilotFields

This class represents a collection of all the DataPilot fields in a DataPilot table report.

Access


Method Summary
 IRemoteSymphonyApplication getApplication()
          This property represents the Lotus Symphony application.
 int getCount()
          This property returns the number of the DataPilot fields.
 IRemoteDataPilotField item(int index)
          This method returns a DataPilotField object that represents a row, column, data, page, or hidden field.
 

Method Detail

getApplication

IRemoteSymphonyApplication getApplication()
                                          throws RemoteEclipseAPIException
This property represents the Lotus Symphony application.

Returns:
application
Throws:
RemoteEclipseAPIException

getCount

int getCount()
             throws RemoteEclipseAPIException
This property returns the number of the DataPilot fields.

Returns:
count
Throws:
RemoteEclipseAPIException

item

IRemoteDataPilotField item(int index)
                           throws RemoteEclipseAPIException
This method returns a DataPilotField object that represents a row, column, data, page, or hidden field.

Parameters:
index - Specifies the index of the field to get, starting at 1.
Returns:
A DataPilotField object represents a row, column, data, page, or hidden field.
Throws:
RemoteEclipseAPIException