Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3914
Export UltraChart - determine cells/rows based on chart width/height
posted

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

Parents
No Data
Reply
  • 18495
    Suggested Answer
    posted

    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.

Children
No Data