Style.SetBorder
Contents
[
Hide
]SetBorder(BorderType, CellBorderType, Color)
Sets the borders of the style.
public bool SetBorder(BorderType borderType, CellBorderType borderStyle, Color borderColor)
Parameter | Type | Description |
---|---|---|
borderType | BorderType | The border(s) to be set, can be combination of BorderType . |
borderStyle | CellBorderType | The style of the border. |
borderColor | Color | The color of the border. |
Return Value
Whether current border settings have been changed.
See Also
- enum BorderType
- enum CellBorderType
- class Style
- namespace Aspose.Cells
- assembly Aspose.Cells
SetBorder(BorderType, CellBorderType, CellsColor)
Sets the borders of the style.
public bool SetBorder(BorderType borderType, CellBorderType borderStyle, CellsColor borderColor)
Parameter | Type | Description |
---|---|---|
borderType | BorderType | The border(s) to be set, can be combination of BorderType . |
borderStyle | CellBorderType | The style of the border. |
borderColor | CellsColor | The color of the border. |
Return Value
Whether current border settings have been changed.
See Also
- enum BorderType
- enum CellBorderType
- class CellsColor
- class Style
- namespace Aspose.Cells
- assembly Aspose.Cells