PrintDocument for WinForms
ColumnSizingMode プロパティ (RenderTable)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderTable クラス : ColumnSizingMode プロパティ
Gets or sets a value determining how the widths of table columns are calculated. The default is TableSizingModeEnum.Fixed.
シンタックス
'宣言
 
Public Property ColumnSizingMode As TableSizingModeEnum
'使用法
 
Dim instance As RenderTable
Dim value As TableSizingModeEnum
 
instance.ColumnSizingMode = value
 
value = instance.ColumnSizingMode
public TableSizingModeEnum ColumnSizingMode {get; set;}
解説
To make a table with automatically calculated columns' widths, set this property to TableSizingModeEnum.Auto, and the RenderObject.Width on the RenderTable to Unit.Auto, e.g.: RenderTable rt = new RenderTable(); rt.ColumnSizingMode = TableSizingModeEnum.Auto; rt.Width = Unit.Auto;
参照

RenderTable クラス
RenderTable メンバ