The properties defined in the JadeTableColumn class are summarized in the following table.
Property | Description |
---|---|
column | Contains the column number of the accessed column |
maxColumnWidth | Contains the maximum width (in pixels) for a column when determining the width during the column width auto‑size processing |
sheet | Contains the sheet number of the accessed column |
sortAsc | Specifies whether the sorting is ascending or descending |
sortCased | Specifies whether sorting is case-sensitive |
sortOrder | Specifies the precedence of the column for sorting (1 through 6) or zero to remove sorting on the column |
sortType | Specifies the type of data the cell text represents during sorting |
visible | Specifies the visibility of the column |
width | Contains the size of the column |
widthPercent | Contains the width of a column to a percentage of the client width of the table |