autoSetPatternByColumnNum method

void autoSetPatternByColumnNum()

Implementation

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