Aspose::Cells::Style::SetOutlineBorders method

Style::SetOutlineBorders(CellBorderType, const Aspose::Cells::Color&) method

Set the outline borders.

void Aspose::Cells::Style::SetOutlineBorders(CellBorderType borderStyle, const Aspose::Cells::Color &borderColor)
ParameterTypeDescription
borderStyleCellBorderTypeThe type of borders.
borderColorconst Aspose::Cells::Color&The color of the borders

See Also

Style::SetOutlineBorders(CellBorderType, const CellsColor&) method

Set the outline borders.

void Aspose::Cells::Style::SetOutlineBorders(CellBorderType borderStyle, const CellsColor &borderColor)
ParameterTypeDescription
borderStyleCellBorderTypeThe type of borders.
borderColorconst CellsColor&The color of the borders

See Also