Message-ID: <447186842.10181.1711715681183.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10180_1561579496.1711715681183" ------=_Part_10180_1561579496.1711715681183 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Border.Color

Border.Color

Description

=20

Sets or returns the color of the border, as an ExcelWriter Color object. If multiple colors were = assigned to border parts, Color will return the color of the t= op border.

=20
C#
=20
 public Color Color{ get; set; }
=20
=20
vb.net
=20
Public Property Color() As Color
=20
=20

Examples

=20
C#
=20

          //--- Get Color
          Color c =3D b.Color;

          //--- Set Color
          b.Color =3D wb.Palette.GetClosestColor(System.Drawing.Color.Blue)=
;
        
=20
=20
vb.net
=20

          '--- Get Color
          Dim c As Color =3D b.Color

          '--- Set Color
          b.Color =3D wb.Palette.GetClosestColor(System.Drawing.Color.Blue)
        
=20
------=_Part_10180_1561579496.1711715681183--