{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}