Gnm.SearchReplace¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Is the search order by |
||
r/w |
Collect non-matching items |
||
r/w |
Search for Specific Number Regardless of Formatting? |
||
r/w |
Should we query for each replacement? |
||
r/w |
The range in which to search. |
||
r/w |
Should replacement keep strings as strings? |
||
r/w |
Where to search. |
||
r/w |
Should cell comments be searched? |
||
r/w |
Should the results of expressions be searched? |
||
r/w |
Should expressions be searched? |
||
r/w |
Should non-strings be searched? |
||
r/w |
Should scrips ( |
||
r/w |
Should strings be searched? |
||
r/w |
The sheet in which to search. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
base |
r |
||
by_row |
r |
||
error_behaviour |
r |
||
high_number |
r |
||
invert |
r |
||
is_number |
r |
||
low_number |
r |
||
query |
r |
||
query_func |
r |
||
range_text |
r |
||
replace_keep_strings |
r |
||
scope |
r |
||
search_comments |
r |
||
search_expression_results |
r |
||
search_expressions |
r |
||
search_other_values |
r |
||
search_scripts |
r |
||
search_strings |
r |
||
sheet |
r |
||
user_data |
r |
Class Details¶
- class Gnm.SearchReplace(**kwargs)¶
- Bases:
- Abstract:
No
- cell(ep, repl, res)¶
- Parameters:
ep (
Gnm.EvalPos
) –repl (
bool
) –res (
Gnm.SearchReplaceCellResult
) –
- Return type:
- comment(ep, repl, res)¶
- Parameters:
ep (
Gnm.EvalPos
) –repl (
bool
) –res (
Gnm.SearchReplaceCommentResult
) –
- Return type:
- query_cell(res)¶
- Parameters:
res (
Gnm.SearchReplaceCellResult
) –- Return type:
- query_comment(ep, res)¶
- Parameters:
ep (
Gnm.EvalPos
) –res (
Gnm.SearchReplaceCommentResult
) –
- Return type:
- query_fail(res)¶
- Parameters:
res (
Gnm.SearchReplaceCellResult
) –
Property Details¶
- Gnm.SearchReplace.props.by_row¶
-
Is the search order by
Gnm.row
?
- Gnm.SearchReplace.props.invert¶
-
Collect non-matching items
- Gnm.SearchReplace.props.is_number¶
-
Search for Specific Number Regardless of Formatting?
- Gnm.SearchReplace.props.query¶
-
Should we query for each replacement?
- Gnm.SearchReplace.props.range_text¶
-
The range in which to search.
- Gnm.SearchReplace.props.replace_keep_strings¶
-
Should replacement keep strings as strings?
- Gnm.SearchReplace.props.scope¶
- Name:
scope
- Type:
- Default Value:
- Flags:
Where to search.
- Gnm.SearchReplace.props.search_comments¶
-
Should cell comments be searched?
- Gnm.SearchReplace.props.search_expression_results¶
-
Should the results of expressions be searched?
- Gnm.SearchReplace.props.search_expressions¶
-
Should expressions be searched?
- Gnm.SearchReplace.props.search_other_values¶
-
Should non-strings be searched?
- Gnm.SearchReplace.props.search_scripts¶
-
Should scrips (
GOffice.workbook
, and worksheet) be searched?
- Gnm.SearchReplace.props.search_strings¶
-
Should strings be searched?