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

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()
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Sub AutoFitWidth()
{signature}
{example}{code:csharp|title=C#}</p>
Example
Code Block
csharp
csharp
titleC#

colProps.AutoFitWidth();
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

colProps.AutoFitWidth()
{code} {example}