Nov 17th 2017 #1 Hito set ColWidth of a table i use Code tbl.cols[0].aSet(WPAT_COLWIDTH, 600); i want to get a ColWidth with 2 cm width, how to calculate cm into the WPAT_COLWIDTH value?CiaoStefan
Nov 22nd 2017 #2 The formula iscm / 2.54 * 1440or use the function WPCentimeterToTwips defined in unit WPRTEPlatform.