Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ColumnStyle.Width Property

Definition

Namespace:
System.Windows.Forms
Assembly:
System.Windows.Forms.dll
Source:
ColumnStyle.cs
Source:
ColumnStyle.cs
Source:
ColumnStyle.cs
Source:
ColumnStyle.cs
Source:
ColumnStyle.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the width value for a column.

public:
 property float Width { float get(); void set(float value); };
public float Width { get; set; }
member this.Width : single with get, set
Public Property Width As Single

Property Value

The preferred width, in pixels or percentage, depending on the SizeType property.

Exceptions

The value is less than 0 when setting this property.

Remarks

The width parameter will take on different meanings depending on the SizeType property.

sizeType value width interpretation
Absolute The preferred column width in pixels (fractional portion ignored).
AutoSize Not applicable - the width parameter is ignored.
Percent The preferred column width as a percentage of the containing table.

Applies to

See also


Feedback

Was this page helpful?