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 the column as a number of '0' characters in the font of the 'Normal' style. This must be a value between the 0 - 255.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns the width of the column as a number of '0' characters in the font of the 'Normal' style. This must be a value between the 0 \- 255.{excerpt}
{signature:C#}
 public void SetColumnWidthInChars(int columnIndex, double width)
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub SetColumnWidthInChars(ByVal columnIndex As Integer, ByVal width As Double)
Parameters
{param}
{param:width}The width of the column, as a number of '0' characters.{param}
{example}{code:csharp|title=C#}
a.SetColumnWidthInChars(0, 100);
{code}
{code:vbnet|title=vb.net
}
a.SetColumnWidthInChars(0, 100)
Param
columnIndexcolumnIndexThe
{signature}
{parameters}
{param:columnIndex}The column's 0\-based index, relative to the starting column of the Area.
Param
widthwidth

The width of the column, as a number of '0' characters.

Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle

...

{code}

{example}
{scrollbar}