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)
ParameterTypeDescription
borderEdgeBorderTypeInside borde type, only can be BorderType.Vertical and BorderType.Horizontal.
lineStyleCellBorderTypeThe border style.
borderColorconst CellsColor&The color of the border.

See Also