{description}
{excerpt}Sets the width of the row to the height of the tallest cell value in the row.{excerpt}
{signature:C#}
 public void AutoFitHeight()
{signature}{signature:vb.net}
Public Sub AutoFitHeight()
{signature}
{example}{code:csharp|title=C#}
rowProps.AutoFitHeight();{code}
{code:vb.net|title=vb.net}
rowProps.AutoFitHeight(){code}

{example}