autoSetPatternByColumnNum method

void autoSetPatternByColumnNum()

Implementation

void autoSetPatternByColumnNum(){
  currentPatternNullable = switch(column){
    5=>PT_COLUMN_FIVE, 4=>PT_COLUMN_FOUR, 3=>PT_COLUMN_THREE, 2=>PT_COLUMN_TWO, 1=>PT_COLUMN_ONE, _=>PT_CELL
  };
}