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 \- in points \(1/72 of an inch\) \- of all columns in the Area. When converted to character widths, this must be a value that is between 0 \- 255.{excerpt}
{signature:C#}
 public double AllColumnWidths{ set; }
{signature}{signature:vb.net}
Public WriteOnly Property AllColumnWidths() As Double
{signature}
{example}{code:csharp|title=C#}
a.AllColumnWidths = 100;{code}
{code:vbnet|title=vb.net}
a.AllColumnWidths = 100{code}

{example}
{scrollbar}