Page tree

Versions Compared

Key

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

Excerpt

Sets the height of each of the rows within the area to the height of the highest cell value in that row within the bounds of the Area.

{signature}
{example}{code:csharp|title=C#}
a.AutoFitHeight();
{code}
{code:vbnet|title=vb.net
}
a.AutoFitHeight()
Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets the height of each of the rows within the area to the height of the highest cell value in that row within the bounds of the Area.{excerpt}
{signature:C#}
 public void AutoFitHeight()
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub AutoFitHeight()
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle

...

{code}

{example}
{scrollbar}