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 or returns the width of all columns in this Area as a number of '0' characters in the font of the 'Normal' style. This must be a value between 0 - 255.

{signature}
{example}{code:csharp|title=C#}
a.AllColumnWidthsInChars = 100;
{code}
{code:vbnet|title=vb.net
}
a.AllColumnWidthsInChars = 100
Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns the width of all columns in this Area as a number of  '0' characters in the font of the 'Normal' style. This must be a value between 0 \- 255.{excerpt}
{signature:C#}
 public double AllColumnWidthsInChars{ set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public WriteOnly Property AllColumnWidthsInChars() As Double
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle

...

{code}

{example}
{scrollbar}