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