SetStyle
SetStyle(CellRange, Style)
将样式对象设置为 cellRange.
public void SetStyle(CellRange range, Style style)
范围 | 类型 | 描述 |
---|---|---|
range | CellRange | 单元格范围对象。 |
style | Style | 要设置的样式对象。 |
也可以看看
- class CellRange
- class Style
- class Worksheet
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop
SetStyle(GridCellArea, Style)
将样式对象设置为 cellRange.
public void SetStyle(GridCellArea area, Style style)
范围 | 类型 | 描述 |
---|---|---|
area | GridCellArea | GridCellArea 对象。 |
style | Style | 要设置的样式对象。 |
也可以看看
- class GridCellArea
- class Style
- class Worksheet
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop