Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Sheets
Schema
CellFormat
Interface CellFormat
interface
CellFormat
{
backgroundColor
?:
GoogleAppsScript
.
Sheets
.
Schema
.
Color
;
borders
?:
Borders
;
horizontalAlignment
?:
string
;
hyperlinkDisplayType
?:
string
;
numberFormat
?:
NumberFormat
;
padding
?:
Padding
;
textDirection
?:
string
;
textFormat
?:
TextFormat
;
textRotation
?:
GoogleAppsScript
.
Sheets
.
Schema
.
TextRotation
;
verticalAlignment
?:
string
;
wrapStrategy
?:
string
;
}
Index
Properties
background
Color?
borders?
horizontal
Alignment?
hyperlink
Display
Type?
number
Format?
padding?
text
Direction?
text
Format?
text
Rotation?
vertical
Alignment?
wrap
Strategy?
Properties
Optional
background
Color
backgroundColor
?:
GoogleAppsScript
.
Sheets
.
Schema
.
Color
Optional
borders
borders
?:
Borders
Optional
horizontal
Alignment
horizontalAlignment
?:
string
Optional
hyperlink
Display
Type
hyperlinkDisplayType
?:
string
Optional
number
Format
numberFormat
?:
NumberFormat
Optional
padding
padding
?:
Padding
Optional
text
Direction
textDirection
?:
string
Optional
text
Format
textFormat
?:
TextFormat
Optional
text
Rotation
textRotation
?:
GoogleAppsScript
.
Sheets
.
Schema
.
TextRotation
Optional
vertical
Alignment
verticalAlignment
?:
string
Optional
wrap
Strategy
wrapStrategy
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
Color
borders
horizontal
Alignment
hyperlink
Display
Type
number
Format
padding
text
Direction
text
Format
text
Rotation
vertical
Alignment
wrap
Strategy
Google Apps Script API
Loading...