Browse By Tags

  • Want ot set RowHeight of the Excel row.

    Hi,

    I want to set the Row height of the Excel row to some specifc defined value. I have used the below source code. But It didn't work.

        string resourceFile = report.ExportTemplateFilename;
                    StreamResourceInfo sr1 = Application.GetResourceStream…

  • Autosize Excel cell using Silverlight Excel library

    How can I autosize cells (adjust the cell width to the width of the contents) using the Silverlight Excel library?

    Alternatively, if this is not available, how can I convert the displayed width of the XamGrid columns to an Excel cell width?