type AddTableColumnQuery: object;Type declaration
b
b: boolean;True if the column should be added before the reference cell
c
c: number;Column of the reference cell that the column should be added next to
id
id: string;ID of the table to add this column to
r
r: number;Row of the reference cell that the column should be added next to