Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

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
C#
C#
 public void AutoFitHeight()
{signature}{signature:
}
Signature
vb.net
vb.net
Public Sub AutoFitHeight()
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

a.AutoFitHeight();
{code} {code:vbnet|title=
Code Block
vbnet
vbnet
titlevb.net
}

a.AutoFitHeight()
{code} {example} {scrollbar}
Scrollbar