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}Automatically sets the width of the column to the width of the widest cell value in the column.{excerpt}
{signature:C#}
 public void AutoFitWidth()
{signature}{signature:vb.net}
Public Sub AutoFitWidth()
{signature}
{example}{code:csharp|title=C#}
colProps.AutoFitWidth();{code}
{code:vb.net|title=vb.net}
colProps.AutoFitWidth(){code}

{example}