在Spread for WinForms中可以通过以下方法来修改Font:- fpSpread1.Sheets[0].ColumnHeader.Rows[0].Font = new Font("微软雅黑", 30);
复制代码
在Spread for ASP.NET 中可以通过以下方法来设置字体:- FpSpread1.Sheets[0].ColumnHeader.Rows[2].Font.Size = new FontUnit(30, UnitType.Pixel);
复制代码 |
|