Google Apps Script API
    Preparing search index...
    interface FindReplaceRequest {
        allSheets?: boolean;
        find?: string;
        includeFormulas?: boolean;
        matchCase?: boolean;
        matchEntireCell?: boolean;
        range?: GridRange;
        replacement?: string;
        searchByRegex?: boolean;
        sheetId?: number;
    }
    Index

    Properties

    allSheets?: boolean
    find?: string
    includeFormulas?: boolean
    matchCase?: boolean
    matchEntireCell?: boolean
    range?: GridRange
    replacement?: string
    searchByRegex?: boolean
    sheetId?: number