Method SetBorderColors
SetBorderColors(Color?, Color?, Color?, Color?)
Sets colors of the individual border edges.
public virtual void SetBorderColors(Color? left, Color? top, Color? right, Color? bottom)
Parameters
SetBorderColors(Color?)
Sets the color for all four borders (left, right, top, bottom) simultaneously.
public virtual void SetBorderColors(Color? value)