I am having trouble setting up a sheet's orentation here is what I am trying to do:
var workbook = new $.ig.excel.Workbook($.ig.excel.WorkbookFormat.excel2007); var sheet = workbook.worksheets().add('Rents'); sheet.Orientation('landscape');
am just not getting this
Hi Landrum Randolph,
Thank you for posting on our forums.
I recommend using the Orientation property to set the orientation for each page of the printed worksheet. An example of the code can be found below:worksheet1.PrintOptions.Orientation = Infragistics.Excel.Orientation.Landscape;
Please let me know if you have any questions regarding this matter.