Google Apps Script API
    Preparing search index...

    Interface for objects that can represent their data as a DataTable. Implementing classes

    NameBrief description

    DataTableA Data Table to be used in charts.

    RangeAccess and modify spreadsheet ranges.

    interface DataTableSource {
        getDataTable(): DataTable;
    }
    Index

    Methods

    Methods