Sets the border of the style.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic bool SetBorder(
BorderType borderEdge,
CellBorderType borderStyle,
Color borderColor
)
Public Function SetBorder (
borderEdge As BorderType,
borderStyle As CellBorderType,
borderColor As Color
) As Boolean
public:
bool SetBorder(
BorderType borderEdge,
CellBorderType borderStyle,
Color borderColor
)
member SetBorder :
borderEdge : BorderType *
borderStyle : CellBorderType *
borderColor : Color -> bool
Parameters
- borderEdge
- Type: Aspose.CellsBorderType
- borderStyle
- Type: Aspose.CellsCellBorderType
- borderColor
- Type: System.DrawingColor
Return Value
Type:
Boolean
See Also