Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

{signature}
{example}{code:csharp|title=C#}
colProps.AutoFitWidth();
{code}
{code:vb.net
|title=vb.net
}
colProps.AutoFitWidth(){code}

{example}
Signature
C#C#
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}{signature:vb.net
vb.net
}
Public Sub AutoFitWidth()
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle