SetOutlineBorders
SetOutlineBorders(CellBorderType, Color)
围绕具有相同边框样式和颜色的一系列单元格设置轮廓边框。
public void SetOutlineBorders(CellBorderType borderStyle, Color borderColor)
范围 | 类型 | 描述 |
---|---|---|
borderStyle | CellBorderType | 边框样式。 |
borderColor | Color | 边框颜色。 |
也可以看看
- enum CellBorderType
- class Range
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
SetOutlineBorders(CellBorderType[], Color[])
在一系列单元格周围设置线条边框。
public void SetOutlineBorders(CellBorderType[] borderStyles, Color[] borderColors)
范围 | 类型 | 描述 |
---|---|---|
borderStyles | CellBorderType[] | 边框样式。 |
borderColors | Color[] | 边框颜色。 |
评论
borderStyles和borderStyles的长度都必须是4. borderStyles和borderStyles的顺序必须是top,bottom,left,right
也可以看看
- enum CellBorderType
- class Range
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells