Method SetVisibleBorders
SetVisibleBorders(bool, bool, bool, bool, double?)
Sets visible borders. Changes border side widths depending on the parameter values.
public virtual void SetVisibleBorders(bool left, bool top = false, bool right = false, bool bottom = false, double? width = null)
Parameters
leftboolWhether left border side is visible.
topboolWhether top border side is visible.
rightboolWhether right border side is visible.
bottomboolWhether bottom border side is visible.
widthdouble?The width assigned to the border side when side is visible. If Null, value from DefaultBorderWidth is used.