Adjusted the widths of the columns of predicted CPs.

This commit is contained in:
依瑪貓 2017-06-09 14:35:39 +08:00
parent 7cfd083d43
commit ac842298f7
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ Sub subCreateReport ( _
oColumns.getByIndex (9).setPropertyValue ("Width", 1030)
For nJ = nLeadCols To nTotalCols - 1
oColumns.getByIndex (nJ).setPropertyValue ( _
"Width", 2810)
"Width", 2500)
Next nJ
oRows = oSheet.getRows
oRows.getByIndex (0).setPropertyValue ("OptimalHeight", True)

View File

@ -243,7 +243,7 @@ Sub subCreateReport ( _
oColumns.getByIndex (9).setPropertyValue ("Width", 1030)
For nJ = nLeadCols To nTotalCols - 1
oColumns.getByIndex (nJ).setPropertyValue ( _
"Width", 2810)
"Width", 2500)
Next nJ
oRows = oSheet.getRows
oRows.getByIndex (0).setPropertyValue ("OptimalHeight", True)