Hi,
Would it be possible to change the font of the totals in a schedule to bold?
I was looking inside the Schedule Appearance node but i’m not sure if it would be possible to add a total variable.
Thanks,
Hi,
Would it be possible to change the font of the totals in a schedule to bold?
I was looking inside the Schedule Appearance node but i’m not sure if it would be possible to add a total variable.
Thanks,
API says it is possible:
ScheduleField Class has a SetStyle method which uses a TableCellStyle class that has a IsFontBold property that you can set to true.
Hopefully someone who is better with Python to C# can chime in and help you, as it would take me forever to figure out.
According to this article it might not be possible.
Perhaps there is a way to make this routine in Dynamo.
Thanks,