Skip to content
Sheetwrite

Sheetwrite / Documentation

ReplaceResult@sheetwrite/core

Replacement count and refreshed search state returned by replace-all.

Replacement count and refreshed search state returned by replace-all.

Members 2

replaced How many cells were rewritten.
replaced: number;
result Search state after the replacement (matches re-scanned against the new data).
result: SearchResult;

Declaration

View full TypeScript declaration
export interface ReplaceResult {
replaced: number;
result: SearchResult;
}