ReplaceData

type ReplaceData = object

Description

Properties to make search and replace.

Properties

Whatstring | "undefined"default: null

The data to search for.

Replacementstringdefault: null

The replacement string.

LookAtXlLookAtdefault: null

Specifies whether the whole search text or any part of the search text is matched.

SearchOrderXlSearchOrderdefault: null

Range search order - by rows or by columns.

SearchDirectionXlSearchDirectiondefault: null

Range search direction - next match or previous match.

MatchCasebooleandefault: null

Case sensitive or not. The default value is "false".

ReplaceAllbooleandefault: null

Specifies if all the found data will be replaced or not. The default value is "true".

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).