Setting Inside Borders of a region
Brought to you by:
capeterson,
tpsfadmin
I've just installed turbopower officepartner 1.64 and
I could not set the inside borders of a region.
To fix it in delphi i've modified OpExcel.pas
adding "xlbInsideHorizontal,xlbInsideVertical" to
TOpXlBorders in OpExcel and implementing then handle
code in procedure TOpExcelRange.SetBorderLineStyle.
It works with Excel2000 but i could't try it with
other versions.
I attach the modified file!
Lehner Martin
Modified Opexcel.pas for inside border handling