型・APIリファレンス
Preparing search index...
SpreadSheetLongTextCellConfig
Interface SpreadSheetLongTextCellConfig
LONGTEXT cell editor の設定。
interface
SpreadSheetLongTextCellConfig
{
cols
?:
null
|
number
;
maxLength
?:
null
|
number
;
rows
?:
null
|
number
;
}
Index
Properties
cols?
max
Length?
rows?
Properties
Optional
cols
cols
?:
null
|
number
表示列数。
Optional
max
Length
maxLength
?:
null
|
number
最大文字数。
Optional
rows
rows
?:
null
|
number
表示行数。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cols
max
Length
rows
型・APIリファレンス
Loading...
LONGTEXT cell editor の設定。