Constructors
new TableColumnProxy()
new TableColumnProxy(table, col): TableColumnProxy
Parameters
| Parameter | Type | 
|---|---|
| table | TableBlockProxy | 
| col | number | 
Returns
Properties
col
readonly col: number;
table
readonly table: TableBlockProxy;
Methods
getCells()
getCells(): TableCellProxy[]
Returns
getWidth()
getWidth(): number
Returns
number