UnionRangeSetOutlineBorders Method (CellBorderType, Color) |
Sets the outline borders around a range of cells with same border style and color.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic void SetOutlineBorders(
CellBorderType borderStyle,
Color borderColor
)
Public Sub SetOutlineBorders (
borderStyle As CellBorderType,
borderColor As Color
)
public:
void SetOutlineBorders(
CellBorderType borderStyle,
Color borderColor
)
member SetOutlineBorders :
borderStyle : CellBorderType *
borderColor : Color -> unit
Parameters
- borderStyle
- Type: Aspose.CellsCellBorderType
Border style. - borderColor
- Type: System.DrawingColor
Border color.
See Also