SetStyle

SetStyle(CellRange, Style)

将样式对象设置为 cellRange.

public void SetStyle(CellRange range, Style style)
范围类型描述
rangeCellRange单元格范围对象。
styleStyle要设置的样式对象。

也可以看看


SetStyle(GridCellArea, Style)

将样式对象设置为 cellRange.

public void SetStyle(GridCellArea area, Style style)
范围类型描述
areaGridCellAreaGridCellArea 对象。
styleStyle要设置的样式对象。

也可以看看