Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Sheets
Schema
CellData
Interface CellData
interface
CellData
{
dataValidation
?:
DataValidationRule
;
effectiveFormat
?:
CellFormat
;
effectiveValue
?:
ExtendedValue
;
formattedValue
?:
string
;
hyperlink
?:
string
;
note
?:
string
;
pivotTable
?:
GoogleAppsScript
.
Sheets
.
Schema
.
PivotTable
;
textFormatRuns
?:
TextFormatRun
[]
;
userEnteredFormat
?:
CellFormat
;
userEnteredValue
?:
ExtendedValue
;
}
Index
Properties
data
Validation?
effective
Format?
effective
Value?
formatted
Value?
hyperlink?
note?
pivot
Table?
text
Format
Runs?
user
Entered
Format?
user
Entered
Value?
Properties
Optional
data
Validation
dataValidation
?:
DataValidationRule
Optional
effective
Format
effectiveFormat
?:
CellFormat
Optional
effective
Value
effectiveValue
?:
ExtendedValue
Optional
formatted
Value
formattedValue
?:
string
Optional
hyperlink
hyperlink
?:
string
Optional
note
note
?:
string
Optional
pivot
Table
pivotTable
?:
GoogleAppsScript
.
Sheets
.
Schema
.
PivotTable
Optional
text
Format
Runs
textFormatRuns
?:
TextFormatRun
[]
Optional
user
Entered
Format
userEnteredFormat
?:
CellFormat
Optional
user
Entered
Value
userEnteredValue
?:
ExtendedValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
Validation
effective
Format
effective
Value
formatted
Value
hyperlink
note
pivot
Table
text
Format
Runs
user
Entered
Format
user
Entered
Value
Google Apps Script API
Loading...