| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
ITableStyle |
ITableStyleCollection.add(java.lang.String name)
Adds the specified table style.
|
ITableStyle |
ITableStyle.duplicate()
Duplicates the
ITableStyle object and returns a reference to the new
copy. |
ITableStyle |
ITableStyle.duplicate(java.lang.String newName)
Duplicates the
ITableStyle object and returns a reference to the new
copy. |
ITableStyle |
ITableStyleCollection.get(int index)
Gets the
TableStyle with the specified name. |
ITableStyle |
ITableStyleCollection.get(java.lang.String name)
Gets the
TableStyle with the specified name. |
ITableStyle |
ISlicer.getStyle()
Gets the style currently applied to the specified slicer.
|
ITableStyle |
IPivotTable.getStyle()
Gets the style currently applied to the specified pivot table.
|
ITableStyle |
ITable.getTableStyle()
Gets the table style for the specified
ITable object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ISlicer.setStyle(ITableStyle value)
Sets the style currently applied to the specified slicer.
|
void |
IPivotTable.setStyle(ITableStyle style)
Sets the style currently applied to the specified pivot table.
|
void |
ITable.setTableStyle(ITableStyle value)
Sets the table style for the specified
ITable object. |