| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
IDisplayFormat |
IRange.getDisplayFormat()
Gets a DisplayFormat object that represents the display settings for the
specified range.
|
IDisplayFormat |
ReplaceOptions.getReplaceFormat()
Get he replace format for the method.
|
IDisplayFormat |
ReplaceOptions.getSearchFormat()
Get the search format for the method.
|
IDisplayFormat |
FindOptions.getSearchFormat()
Get the search format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplaceOptions.setReplaceFormat(IDisplayFormat value)
Set the replace format for the method.
|
void |
ReplaceOptions.setSearchFormat(IDisplayFormat value)
Set the search format for the method.
|
void |
FindOptions.setSearchFormat(IDisplayFormat value)
Set the search format.
|