1 results
set the logical col number for the last cell this row ( 0 based index )
324. BlankRecord rec = new BlankRecord(); 325. rec.field_1_row = field_1_row; 326. rec.field_2_col = field_2_col; 327. rec.field_3_xf = field_3_xf;
sets the a number of the number of the that contains the comment @ param row the row that the region is on .
405. BlankRecord br = new BlankRecord(); 407. br.setColumn(( short ) (k + mb.getFirstColumn())); 408. br.setRow(mb.getRow()); 409. br.setXFIndex(mb.getXFAt(k));
sets the
155. BlankRecord brec = (BlankRecord) record; 157. thisRow = brec.getRow(); 158. thisColumn = brec.getColumn();