ComponentOne ASP.NET MVC Controls
WorkbookTableColumn Class
File
wijmo.xlsx.js
Module
wijmo.xlsx
Implements
IWorkbookTableColumn

Represents the WorkbookTableColumn Object Model background setting definition.

Constructor

Properties

Constructor

constructor

constructor(): WorkbookTableColumn

Initializes a new instance of the WorkbookTableColumn class.

Returns
WorkbookTableColumn

Properties

name

The name of the table column. It is referenced through functions.

Type
string

showFilterButton

Indicating whether show filter button for the column.

Type
boolean

totalRowFunction

The function to show in the totals row cell for this column.

Type
string

totalRowLabel

The string to show in the totals row cell for the column.

Type
string