ColumnStyle.Width Property
Definition
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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.