Method OnlyTopBorder
OnlyTopBorder(double?)
Configures border so only top border is visible and other borders are hidden.
public virtual void OnlyTopBorder(double? width = null)
Parameters
width
double?The width assigned to the border side. If Null, value from DefaultBorderWidth is used.