Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets the width of the row to the height of the tallest cell value in the row.

{signature}
{example}{code:csharp|title=C#}
rowProps.AutoFitHeight();
{code}
{code:vb.net
|title=vb.net
}
rowProps.AutoFitHeight(){code}

{example}
Signature
C#C#
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}{signature:vb.net
vb.net
}
Public Sub AutoFitHeight()
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle