[]
Sheets.TableSheet.ITableSheetOptions
• Optional
allowAddNew: boolean
Whether to allow to add new empty row.
• Optional
alternatingRowOptions: IAlternatingRowOptions
Defines the alternating row style options.
• Optional
columnTypeItems: IColumnTypeItem
[]
Specify the column types.
• Optional
defaultStackRowHeight: number
Tablesheet default stack row height, will calculate the average height by default, the default value is null.
• Optional
defineColumnCommand: string
Specify the command for defining column options.
• Optional
enableDefineColumn: boolean
Whether to enable defining column.
• Optional
groupLayout: IGroupLayoutOptions
Specify the options for group layout.
• Optional
menuItemVisibility: IMenuItemVisibility
The visibility of the menu item in the tablesheet.
• Optional
sheetTabColor: string
A color string used to represent the sheet tab color, such as "red", "#FFFF00", "rgb(255,0,0)", "Accent 5", and so on.
• Optional
showRowNumber: boolean
Whether to show the row number header.
• Optional
submitDefineColumnCommand: string
Specify the command for submitting defined column options.