|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FindReplaceInfo | |
com.jxcell |
Uses of FindReplaceInfo in com.jxcell |
Methods in com.jxcell that return FindReplaceInfo | |
FindReplaceInfo |
View.findFirst(int row1,
int col1,
int row2,
int col2,
java.lang.String findWhat,
int flags)
Finds the first cell in the current sheet for the given range. |
FindReplaceInfo |
View.findFirst(int sheet1,
int row1,
int col1,
int sheet2,
int row2,
int col2,
java.lang.String findWhat,
int flags)
Finds the first cell in the current sheet for the given range. |
FindReplaceInfo |
View.findFirst(java.lang.String findWhat,
int flags)
Finds the first cell in the current sheet for the given range. |
FindReplaceInfo |
View.findNext(java.lang.String findWhat,
int flags)
Finds the next cell containing the specified text |
FindReplaceInfo |
View.findNext(java.lang.String findWhat,
int flags,
FindReplaceInfo findreplaceinfo)
Finds the next cell containing the specified text |
Methods in com.jxcell with parameters of type FindReplaceInfo | |
FindReplaceInfo |
View.findNext(java.lang.String findWhat,
int flags,
FindReplaceInfo findreplaceinfo)
Finds the next cell containing the specified text |
boolean |
View.replace(java.lang.String findWhat,
java.lang.String replaceWith,
int flags,
FindReplaceInfo findreplaceinfo)
Invokes a find and replace session in a JXCell workbook and sets the criteria for the find and replace actions. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |