Style.SetOutlineBorders
SetOutlineBorders(CellBorderType, Color)
Set the outline borders
public void SetOutlineBorders(CellBorderType borderStyle, Color borderColor)
| Parameter | Type | Description |
|---|---|---|
| borderStyle | CellBorderType | The type of borders. |
| borderColor | Color | The color of the borders |
See Also
- enum CellBorderType
- class Style
- namespace Aspose.Cells
- assembly Aspose.Cells
SetOutlineBorders(CellBorderType, CellsColor)
Set the outline borders
public void SetOutlineBorders(CellBorderType borderStyle, CellsColor borderColor)
| Parameter | Type | Description |
|---|---|---|
| borderStyle | CellBorderType | The type of borders. |
| borderColor | CellsColor | The color of the borders |
See Also
- enum CellBorderType
- class CellsColor
- class Style
- namespace Aspose.Cells
- assembly Aspose.Cells