| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
IStyle |
IStyleCollection.add(java.lang.String name)
|
IStyle |
IStyleCollection.add(java.lang.String name,
IRange baseOn)
|
IStyle |
IStyleCollection.add(java.lang.String name,
IStyle baseOn)
|
IStyle |
IStyleCollection.get(int index)
Returns the
IStyle object from a collection. |
IStyle |
IStyleCollection.get(java.lang.String name)
Returns the
IStyle object from a collection. |
IStyle |
IDisplayFormat.getStyle()
Gets a value, containing a Style object, that represents the style of the
associated Range object as it is displayed in the current user interface.
|
IStyle |
IRange.getStyle()
Gets the named style
IStyle associated with the cells represented by
this IRange. |
| Modifier and Type | Method and Description |
|---|---|
IStyle |
IStyleCollection.add(java.lang.String name,
IStyle baseOn)
|
void |
IRange.setStyle(IStyle value)
Sets the named style
IStyle associated with the cells represented by
this IRange. |