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