TableColumnProxy


Constructors

new TableColumnProxy()

new TableColumnProxy(table, col): TableColumnProxy

Parameters

ParameterType
tableTableBlockProxy
colnumber

Returns

TableColumnProxy


Properties

col

readonly col: number;

table

readonly table: TableBlockProxy;

Methods

getCells()

getCells(): TableCellProxy[]

Returns

TableCellProxy[]


getWidth()

getWidth(): number

Returns

number