SetFont
Worksheet.SetFont method
将字体对象设置为 cellRange.
public void SetFont(CellRange range, Font font)
范围 | 类型 | 描述 |
---|---|---|
range | CellRange | 单元格范围对象。 |
font | Font | 要设置的字体对象。 |
也可以看看
- class CellRange
- class Worksheet
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop