Aspose::Cells::Range::SetOutlineBorder method
Contents
[
Hide
]Range::SetOutlineBorder(BorderType, CellBorderType, const CellsColor&) method
Sets outline border around a range of cells.
void Aspose::Cells::Range::SetOutlineBorder(BorderType borderEdge, CellBorderType borderStyle, const CellsColor &borderColor)
Parameter | Type | Description |
---|---|---|
borderEdge | BorderType | Border edge. |
borderStyle | CellBorderType | Border style. |
borderColor | const CellsColor& | Border color. |
See Also
- Class Vector
- Enum BorderType
- Enum CellBorderType
- Class CellsColor
- Class Range
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Range::SetOutlineBorder(BorderType, CellBorderType, const Aspose::Cells::Color&) method
Sets outline border around a range of cells.
void Aspose::Cells::Range::SetOutlineBorder(BorderType borderEdge, CellBorderType borderStyle, const Aspose::Cells::Color &borderColor)
Parameter | Type | Description |
---|---|---|
borderEdge | BorderType | Border edge. |
borderStyle | CellBorderType | Border style. |
borderColor | const Aspose::Cells::Color& | Border color. |
See Also
- Class Vector
- Enum BorderType
- Enum CellBorderType
- Class Range
- Namespace Aspose::Cells
- Library Aspose.Cells for C++