Message-ID: <599895413.9685.1711699156313.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9684_1488593109.1711699156313" ------=_Part_9684_1488593109.1711699156313 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Area.SetRowHeight(Int32, Double)

Area.SetRowHeight(Int32, Double)

Description<= /h2>=20

Sets the height - in points (1/72 of an inch) - of the specified row. Wh= en converted to character widths, this must be a value that is between 0 - = 409.

=20
C#
=20
 public void SetRowHeight(int rowIndex, double height)
=20
=20
vb.net
=20
Public Sub SetRowHeight(ByVal rowIndex As Integer, ByVal height As Double)
=20
=20

Parameters

=20
rowIndex
The 0-bas= ed index of the row, relative to the first row in the area.=20
height
The height of= the row, in points.=20

Examples

=20
C#
=20
a.SetRowHeight(0, 30);
=20
=20
vb.net
=20
a.SetRowHeight(0, 30)
=20
------=_Part_9684_1488593109.1711699156313--