Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

...

Wiki Markup
{description}
{excerpt}Sets the height \- in points \(1/72 of an inch\) \- of the specified row. When converted to character widths, this must be a value that is between 0 \- 409.

...

Signature
C#C#
{excerpt}
{signature:C#}
 public void SetRowHeight(int rowIndex, double height)
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub SetRowHeight(ByVal rowIndex As Integer, ByVal height As Double)
Parameters
{signature}
{parameters}
{param:rowIndex}The 0\-based index of the row, relative to the first row in  the area.{param}
{param:height}The height of the row, in points.{param}
{example}{code:csharp|title=C#}
a.SetRowHeight(0, 30);
{code}
{code:vb.net
|title=vb.net
}
a.SetRowHeight(0, 30)
Param
rowIndexrowIndex

The 0-based index of the row, relative to the first row in the area.

Param
heightheight

The height of the row, in points.

Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle

...

{code}

{example}
{scrollbar}