Home
last modified time | relevance | path

Searched defs:colFirst (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DColInfo.java40 private byte[] colFirst = new byte[2]; // first column this formatting applies to field in ColInfo
56 public ColInfo(int colFirst, int colLast, int colDX, int ixfe) { in ColInfo()