Google Apps Script API
    Preparing search index...
    interface Range {
        endIndex?: number;
        startIndex?: number;
        type?: string;
    }
    Index

    Properties

    endIndex?: number
    startIndex?: number
    type?: string