insertColumns abstract method

void insertColumns(
  1. int columnIdx,
  2. List<PlutoColumn> columns
)
inherited

Insert columns at columnIdx position.

If there is a PlutoColumn.frozen.isFrozen column in columns, If the width constraint of the frozen column is greater than the range, the columns are unfreeze in order.

Implementation

void insertColumns(int columnIdx, List<PlutoColumn> columns);