Page tree

Versions Compared

Key

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

...

Wiki Markup
{description}
{excerpt}Sets the width \- in points \(1/72 of an inch\) \- of the specified column. When converted to character widths, this must be a value that is between 0 \- 255.

...

Signature
C#C#
{excerpt}
{signature:C#}
 public void SetColumnWidth(int columnIndex, double width)
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub SetColumnWidth(ByVal columnIndex As Integer, ByVal width As Double)
Parameters
{param}
{param:width}The width of the column, in points.{param}
{example}{code:csharp|title=C#}
a.SetColumnWidth(0, 100);
{code}
{code:vbnet|title=vb.net
}
a.SetColumnWidth(0, 100)
Param
columnIndexcolumnIndexThe
{signature}
{parameters}
{param:columnIndex}The column's 0\-based index, relative to the first column in the area.
Param
widthwidth

The width of the column, in points.

Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle

...

{code}

{example}
{scrollbar}