columns method

void columns(
  1. List<String> columns
)

Implementation

void columns(List<String> columns) {
  this.columnsSelected = columns;
}