|
vsprint打印实例(6) '/// .TableCell(tcText, 1, 1) = "序号" .TableCell(tcText, 1, 2) = "工程单价名称" .TableCell(tcText, 1, 3) = "单价" .TableCell(tcText, 1, 4) = "其中" .TableCell(tcText, 2, 4) = "人工费" .TableCell(tcText, 2, 5) = "材料费" .TableCell(tcText, 2, 6) = "机械费" .TableCell(tcText, 2, 7) = "其他直接费" .TableCell(tcText, 2, 8) = "现场经费" .TableCell(tcText, 2, 9) = "直接工程费" .TableCell(tcText, 2, 10) = "间接费" .TableCell(tcText, 2, 11) = "计划利润" .TableCell(tcText, 2, 12) = "税金" .TableCell(tcText, 2, 13) = "材差" '/// .TableCell(tcAlign, 1, 1, 1, 13) = taCenterMiddle '标题行居中对齐
|