Search results

ColumnModel API in React Spreadsheet API component

Interface for a class Column

Properties

customWidth

boolean

specifies custom width of the column.

format

FormatModel

Specifies format of the column.

hidden

boolean

To hide/show the column in spreadsheet.

index

number

Specifies index of the column. Based on the index, column properties are applied.

isLocked

boolean

To lock/unlock the column in the protected sheet.

validation

ValidationModel

Specifies the validation of the column.

width

number

Specifies width of the column.