| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
IRange |
IRange.find(java.lang.Object what,
FindOptions options)
Finds specific information in a range, starts from the upper-left corner.
|
IRange |
IRange.find(java.lang.Object what,
IRange after,
FindOptions options)
Finds specific information in a range.
|