ColumnStyle.Width 属性

定义

获取或设置列的宽度值。

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

属性值

Single

首选宽度,取决于 SizeType 属性,以像素或百分比表示。

例外

设置此属性时,属性值小于 0。

注解

根据属性,参数 width 将采用不同的含义 SizeType

sizeType width 解释
Absolute 首选列宽(以像素为单位), (小数部分忽略) 。
AutoSize 不适用 - 忽略宽度参数。
Percent 首选列宽作为包含表的百分比。

适用于

另请参阅