New to Kendo UI for AngularStart a free 30-day trial

ColumnComponent

Represents a column in the Kendo UI Excel Export component for Angular. Use this component to define the structure and options for each column.

html
<kendo-excelexport-column field="ProductName"></kendo-excelexport-column>

Selector

kendo-excelexport-column

Inputs

NameTypeDefaultDescription

cellOptions

CellOptions

Specifies options for the column's data cells (see example).

field

string

Specifies the field that the column displays.

footerCellOptions

CellOptions

Specifies options for the footer cell of the column (see example).

groupFooterCellOptions

CellOptions

Specifies options for the group footer cells of the column (see example).

groupHeaderCellOptions

CellOptions

Specifies options for the group header cells of the column (see example).

headerCellOptions

CellOptions

The options of the column header cell.

hidden

boolean

false

Sets the visibility of the column (see example).

locked

boolean

false

Toggles the locked (frozen) state of the column (see example).

title

string

The title of the column.

width

number

The width of the column in pixels.

In this article
SelectorInputs
Not finding the help you need?
Contact Support