and here is an example that I am using in my code. It just sets the left border weight to thick for the cell located at 1,2.
range = (Microsoft.Office.Interop.Excel.Range)wsheet.Cells[1, 2];
range.Borders[Microsoft.Office.Interop.Excel.XlBordersIndex.xlEdgeLeft].Weight = Microsoft.Office.Interop.Excel.XlBorderWeight.xlThick;
0 comments:
Post a Comment