Aspose::Cells::Range::SetOutlineBorder method

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)
ParameterTypeDescription
borderEdgeBorderTypeBorder edge.
borderStyleCellBorderTypeBorder style.
borderColorconst CellsColor&Border color.

See Also

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)
ParameterTypeDescription
borderEdgeBorderTypeBorder edge.
borderStyleCellBorderTypeBorder style.
borderColorconst Aspose::Cells::Color&Border color.

See Also