[]
        
(Showing Draft Content)

GC.Spread.Sheets.TableSheet.ITableSheetOptions

Interface: ITableSheetOptions

Sheets.TableSheet.ITableSheetOptions

Table of contents

Properties

Properties

allowAddNew

Optional allowAddNew: boolean

Whether to allow to add new empty row.


alternatingRowOptions

Optional alternatingRowOptions: IAlternatingRowOptions

Defines the alternating row style options.


columnTypeItems

Optional columnTypeItems: IColumnTypeItem[]

Specify the column types.


defaultStackRowHeight

Optional defaultStackRowHeight: number

Tablesheet default stack row height, will calculate the average height by default, the default value is null.


defineColumnCommand

Optional defineColumnCommand: string

Specify the command for defining column options.


enableDefineColumn

Optional enableDefineColumn: boolean

Whether to enable defining column.


groupLayout

Optional groupLayout: IGroupLayoutOptions

Specify the options for group layout.


Optional menuItemVisibility: IMenuItemVisibility

The visibility of the menu item in the tablesheet.


sheetTabColor

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.


showRowNumber

Optional showRowNumber: boolean

Whether to show the row number header.


submitDefineColumnCommand

Optional submitDefineColumnCommand: string

Specify the command for submitting defined column options.