Aspose::Cells::Style::SetOutlineBorders method
Style::SetOutlineBorders(CellBorderType, const Aspose::Cells::Color&) method
Set the outline borders.
void Aspose::Cells::Style::SetOutlineBorders(CellBorderType borderStyle, const Aspose::Cells::Color &borderColor)
| Parameter | Type | Description |
|---|---|---|
| borderStyle | CellBorderType | The type of borders. |
| borderColor | const Aspose::Cells::Color& | The color of the borders |
See Also
- Class Vector
- Enum CellBorderType
- Class Style
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Style::SetOutlineBorders(CellBorderType, const CellsColor&) method
Set the outline borders.
void Aspose::Cells::Style::SetOutlineBorders(CellBorderType borderStyle, const CellsColor &borderColor)
| Parameter | Type | Description |
|---|---|---|
| borderStyle | CellBorderType | The type of borders. |
| borderColor | const CellsColor& | The color of the borders |
See Also
- Class Vector
- Enum CellBorderType
- Class CellsColor
- Class Style
- Namespace Aspose::Cells
- Library Aspose.Cells for C++