Aspose::Cells::Range::SetOutlineBorders method
Contents
[
Hide
]Range::SetOutlineBorders(CellBorderType, const CellsColor&) method
Sets the outline borders around a range of cells with same border style and color.
void Aspose::Cells::Range::SetOutlineBorders(CellBorderType borderStyle, const CellsColor &borderColor)
Parameter | Type | Description |
---|---|---|
borderStyle | CellBorderType | Border style. |
borderColor | const CellsColor& | Border color. |
See Also
- Class Vector
- Enum CellBorderType
- Class CellsColor
- Class Range
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Range::SetOutlineBorders(CellBorderType, const Aspose::Cells::Color&) method
Sets the outline borders around a range of cells with same border style and color.
void Aspose::Cells::Range::SetOutlineBorders(CellBorderType borderStyle, const Aspose::Cells::Color &borderColor)
Parameter | Type | Description |
---|---|---|
borderStyle | CellBorderType | Border style. |
borderColor | const Aspose::Cells::Color& | Border color. |
See Also
- Class Vector
- Enum CellBorderType
- Class Range
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Range::SetOutlineBorders(const Vector <CellBorderType>&, const Vector <Aspose::Cells::Color>&) method
Sets out line borders around a range of cells.
void Aspose::Cells::Range::SetOutlineBorders(const Vector<CellBorderType> &borderStyles, const Vector<Aspose::Cells::Color> &borderColors)
Parameter | Type | Description |
---|---|---|
borderStyles | const Vector <CellBorderType>& | Border styles. |
borderColors | const Vector <Aspose::Cells::Color>& | Border colors. |
Remarks
Both the length of borderStyles and borderStyles must be 4. The order of borderStyles and borderStyles must be top,bottom,left,right
See Also
- Class Vector
- Enum CellBorderType
- Class Range
- Namespace Aspose::Cells
- Library Aspose.Cells for C++