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 each of the columns within the area to the width of the widest cell value in that column within the bounds of the Area.

Signature
C#
C#
 public void AutoFitWidth()
{signature}{signature:
}
Signature
vb.net
vb.net
Public Sub AutoFitWidth()
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

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

a.AutoFitWidth()
{code} {example} {scrollbar}
Scrollbar