Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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}
{example}{code:csharp|title=C#}
a.AutoFitWidth();
{code}
{code:vbnet|title=vb.net
}
a.AutoFitWidth()
Signature
C#C#
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}{signature:vb.net
vb.net
}
Public Sub AutoFitWidth()
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle

...

{code}

{example}
{scrollbar}