UnionRange.SetOutlineBorders
Contents
[
Hide
]SetOutlineBorders(CellBorderType[], Color[])
Sets out line borders around a range of cells.
public void SetOutlineBorders(CellBorderType[] borderStyles, Color[] borderColors)
| Parameter | Type | Description |
|---|---|---|
| borderStyles | CellBorderType[] | Border styles. |
| borderColors | Color[] | Border colors. |
Remarks
Both the length of borderStyles and borderStyles must be 4. The order of borderStyles and borderStyles must be top,bottom,left,right
See Also
- enum CellBorderType
- class UnionRange
- namespace Aspose.Cells
- assembly Aspose.Cells
SetOutlineBorders(CellBorderType, Color)
Sets the outline borders around a range of cells with same border style and color.
public void SetOutlineBorders(CellBorderType borderStyle, Color borderColor)
| Parameter | Type | Description |
|---|---|---|
| borderStyle | CellBorderType | Border style. |
| borderColor | Color | Border color. |
See Also
- enum CellBorderType
- class UnionRange
- namespace Aspose.Cells
- assembly Aspose.Cells