|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteTableStyle item(int index) throws RemoteEclipseAPIException
index
- Specifies the index of the table style in the collection, starting at 1.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |