Style.SetOutlineBorders

SetOutlineBorders(CellBorderType, Color)

Set the outline borders

public void SetOutlineBorders(CellBorderType borderStyle, Color borderColor)
ParameterTypeDescription
borderStyleCellBorderTypeThe type of borders.
borderColorColorThe color of the borders

See Also


SetOutlineBorders(CellBorderType, CellsColor)

Set the outline borders

public void SetOutlineBorders(CellBorderType borderStyle, CellsColor borderColor)
ParameterTypeDescription
borderStyleCellBorderTypeThe type of borders.
borderColorCellsColorThe color of the borders

See Also