removeColumn

fun removeColumn(columnIndex: Int)

Removes the desired column in the grid. Removes all, views in the column. If there is no column left in the grid, it gets trimmed to size 0x0.

See also

Parameters

columnIndex

Index of the column to be deleted.