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
Wiki Markup
{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.{excerpt}
{signature:C#}
 public void AutoFitWidth()
{signature}{signature:vb.net}
Public Sub AutoFitWidth()
{signature}
{example}{code:csharp|title=C#}
a.AutoFitWidth();{code}
{code:vbnet|title=vb.net}
a.AutoFitWidth(){code}

{example}
{scrollbar}