Google Apps Script API
    Preparing search index...

    Access and modify existing data source formulas.

    interface DataSourceFormula {
        forceRefreshData(): DataSourceFormula;
        getAnchorCell(): GoogleAppsScript.Spreadsheet.Range;
        getDataSource(): DataSource;
        getDisplayValue(): string;
        getFormula(): string;
        getStatus(): DataExecutionStatus;
        refreshData(): DataSourceFormula;
        setFormula(formula: string): DataSourceFormula;
        waitForCompletion(timeoutInSeconds: number): DataExecutionStatus;
    }
    Index

    Methods