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


public interface IRemoteTableStyles

This class represents a collection of all the table styles in a spreadsheet.

Access

To get all the table styles of a spreadsheet, use the TableStyles property in TableStyles.


Method Summary
 int getCount()
          This property returns the number of table styles in a spreadsheet.
 IRemoteTableStyle item(int index)
          This method gets a table style from a spreadsheet according to an index.
 

Method Detail

getCount

int getCount()
             throws RemoteEclipseAPIException
This property returns the number of table styles in a spreadsheet.

Returns:
count
Throws:
RemoteEclipseAPIException

item

IRemoteTableStyle item(int index)
                       throws RemoteEclipseAPIException
This method gets a table style from a spreadsheet according to an index.

Parameters:
index - Specifies the index of the table style in the collection, starting at 1.
Returns:
A TableStyle object that represents a table style.
Throws:
RemoteEclipseAPIException