SetColumnWidth- method not available

WorkSheet.Cells.SetColumnWidth is a method that doesnt exist when I type "Cells."


This message was posted using Aspose.Live 2 Forum

Hi,

I think you might be using Aspose.Cells.GridDesktop control. Please see the document how you may set column widths or row heights.

http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/setting-column-width-or-row-height.html


And, if you are using Aspose.Cells library/component, the method Cells.SetColumnWidth is there in the api, see the document for reference:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/adjusting-row-height-column-width.html

Thank you.