Hi,
I am trying to export UltraChart to Excel.
I would like my image in the Excel to be the same size as the ActualChart I am exporting. How can I do this?
What is the size of a single excel row/col?
Thanks
Sangeetha
Hello Sangeetha,
The size of a cell in an Excel worksheet depends on the size of the font that's being used. The height of rows also depend on whether cells in those rows have wrapping turned on. However, you can get the default row and column sizes by querying the DefaultRowHeight and DefaultColumnWidth properties off the Worksheet object.