Hullo Friends,
I need your help. Please help me.
I am using C#NET2008 and Microsoft Office 2003 Excel Spreadsheet.
On Excel Spreadsheet at Row 1 I am trying to merge the row 1 cells from 1 to 5 and it's not working and I am struggling but in vain to fix it.
Here are the coding.
int intRow = 1
objWrkSheet.Cel ls.MergeCells(i ntRow,1; intRow, 5);
Please Help me. Thank You
I need your help. Please help me.
I am using C#NET2008 and Microsoft Office 2003 Excel Spreadsheet.
On Excel Spreadsheet at Row 1 I am trying to merge the row 1 cells from 1 to 5 and it's not working and I am struggling but in vain to fix it.
Here are the coding.
int intRow = 1
objWrkSheet.Cel ls.MergeCells(i ntRow,1; intRow, 5);
Please Help me. Thank You