Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Spreadsheet
DataSourceParameter
Interface DataSourceParameter
Access existing data source parameters.
interface
DataSourceParameter
{
getName
()
:
string
;
getSourceCell
()
:
string
;
getType
()
:
DataSourceParameterType
;
}
Index
Methods
get
Name
get
Source
Cell
get
Type
Methods
get
Name
getName
()
:
string
Returns
string
get
Source
Cell
getSourceCell
()
:
string
Returns
string
get
Type
getType
()
:
DataSourceParameterType
Returns
DataSourceParameterType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Name
get
Source
Cell
get
Type
Google Apps Script API
Loading...
Access existing data source parameters.