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
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:vb.net}
Public Sub AutoFitHeight()
{signature}
{example}{code:csharp|title=C#}
a.AutoFitHeight();{code}
{code:vbnet|title=vb.net}
a.AutoFitHeight(){code}

{example}
{scrollbar}