vfp如何设置EXCEL无表格线
VFP导出生成EXCEL表,想将表格线全部取消.
2016-07-20 14:48
2016-07-20 15:05
2016-07-20 15:07
2016-07-20 15:25
2016-07-20 16:25
Range(Cells(3, 2), Cells(8, 6)).Select Selection.Borders.LineStyle = xlNone
2016-07-20 16:51
2016-10-08 13:44
[此贴子已经被作者于2016-10-8 14:45编辑过]

2016-10-08 14:33
2016-10-08 16:18