Aspose::Cells::Range::SetInsideBorders method
Range::SetInsideBorders method
Set inside borders of the range.
void Aspose::Cells::Range::SetInsideBorders(BorderType borderEdge, CellBorderType lineStyle, const CellsColor &borderColor)
Parameter | Type | Description |
---|---|---|
borderEdge | BorderType | Inside borde type, only can be BorderType.Vertical and BorderType.Horizontal. |
lineStyle | CellBorderType | The border style. |
borderColor | const CellsColor& | The color of the border. |
See Also
- Class Vector
- Enum BorderType
- Enum CellBorderType
- Class CellsColor
- Class Range
- Namespace Aspose::Cells
- Library Aspose.Cells for C++