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

Range.BorderAround

Description

Returns a=20 Border object that represents a border = around the range.=20
C#
=20
public Border BorderAround{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property BorderAround() As Borde=
r
=20
=20

Examples

=20
C#
=20
          //--- Get BorderAround
          Border b =3D rng.BorderAround;

          //--- Set BorderAround
          rng.BorderAround =3D b;
        
=20
vb.net
=20
          '--- Get BorderAround
          Dim b As Border =3D rng.BorderAround

          '--- Set BorderAround
          rng.BorderAround =3D b
        
=20
------=_Part_8324_423682198.1711642193940--