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
Description

Excerpt

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

Signature
C#
C#
<p> public void AutoFitHeight()</p>
Signature
vb.net
vb.net
<p>Public Sub AutoFitHeight()</p>
Example
Code Block
csharp
csharp
titleC#
rowProps.AutoFitHeight();
Code Block
vb.net
vb.net
titlevb.net
rowProps.AutoFitHeight()