Searched defs:colFirst (Results 1 – 1 of 1) sorted by relevance
40 private byte[] colFirst = new byte[2]; // first column this formatting applies to field in ColInfo56 public ColInfo(int colFirst, int colLast, int colDX, int ixfe) { in ColInfo()