Aspose::Cells::Style::SetBorder method
Contents
[
Hide
]Style::SetBorder(BorderType, CellBorderType, const Aspose::Cells::Color&) method
Sets the borders of the style.
bool Aspose::Cells::Style::SetBorder(BorderType borderType, CellBorderType borderStyle, const Aspose::Cells::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 | const Aspose::Cells::Color& | The color of the border. |
ReturnValue
Whether current border settings have been changed.
See Also
- Class Vector
- Enum BorderType
- Enum CellBorderType
- Class Style
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Style::SetBorder(BorderType, CellBorderType, const CellsColor&) method
Sets the borders of the style.
bool Aspose::Cells::Style::SetBorder(BorderType borderType, CellBorderType borderStyle, const 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 | const CellsColor& | The color of the border. |
ReturnValue
Whether current border settings have been changed.
See Also
- Class Vector
- Enum BorderType
- Enum CellBorderType
- Class CellsColor
- Class Style
- Namespace Aspose::Cells
- Library Aspose.Cells for C++