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

RowProperties.Height

Description

Sets or returns the height of the row in points (1/72 of an inch).= =20
C#
=20
public double Height{ get; set; }
=20
=20
vb.net
=20
Public Property Height() As Double
=20

Examples

=20
C#
=20
          //--- Get Height
          double rowHeight =3D rowProps.Height;
         =20
          //--- Set Height
          rowProps.Height =3D 35;
        
=20
vb.net
=20
          '--- Get Height
          Dim rowHeight As Double =3D rowProps.Height

          '--- Set Height
          rowProps.Height =3D 35
        
=20

------=_Part_9414_14066752.1711690530327--