November 17, 2017 at 9:07 AM #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
November 22, 2017 at 6:28 PM Official Post #2 The formula iscm / 2.54 * 1440or use the function WPCentimeterToTwips defined in unit WPRTEPlatform.