ExcelRW Change Font Setting

The desired font is Arial, the new report comes out in Tahoma. How to specify Tahoma font please thanks

1 Reply

AD Administrator Syncfusion Team April 4, 2005 07:32 AM UTC

Hi Steve, Sorry for the delay in getting back to you. If you would like to change the default font for the whole spreadsheet, then you can modify the "Normal Style" using the following code snippet IStyle normalStyle = myWorkbook.Styles["Normal"]; normalStyle.Font.FontName = "Arial"; Thanks, Stephen. >The desired font is Arial, the >new report comes out in Tahoma. >How to specify Tahoma font please thanks

Loader.
Up arrow icon