Hello,
I create a dynamic sheet in JEDOX Web and I want to put some totals below. Dependend on some settings I cannot format the TOTAL line in advance, because with each call of the sheet it can be in a different line.
Now I want to make this line bold and I have no idea how to do this.
For the number format I useed
activeworkbook()->sheets('Main')->Range($range)->format="#,##0.00;[Red]-#,##0.00";
This works perfect, but to set the cell in Bold, to underline it or set it to italics I haven't found anything.
By the way - if someone knows how to set the background color via macro I will be very thankful as well !
Thanks a lot in advance !!!
I create a dynamic sheet in JEDOX Web and I want to put some totals below. Dependend on some settings I cannot format the TOTAL line in advance, because with each call of the sheet it can be in a different line.
Now I want to make this line bold and I have no idea how to do this.
For the number format I useed
activeworkbook()->sheets('Main')->Range($range)->format="#,##0.00;[Red]-#,##0.00";
This works perfect, but to set the cell in Bold, to underline it or set it to italics I haven't found anything.
By the way - if someone knows how to set the background color via macro I will be very thankful as well !
Thanks a lot in advance !!!