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

...

Excerpt

Automatically sets the width of the column to the width of the widest cell value in the column.

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