PrintDocument for WinForms
TableSizingModeEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : TableSizingModeEnum 列挙体
Enumerates the sizing modes of a RenderTable.
シンタックス
'宣言
 
Public Enum TableSizingModeEnum 
   Inherits System.Enum
'使用法
 
Dim instance As TableSizingModeEnum
public enum TableSizingModeEnum : System.Enum 
メンバ
メンバ解説
AutoSize (height for rows, width for columns) is calculated automatically based on the content.
DefaultAt table level, default is TableSizingModeEnum.Auto for rows, and TableSizingModeEnum.Fixed for columns; at row/column level, default inherits from the table.
FixedSize (height for rows, width for columns) should be explicitly specified (if omitted, it is determined by the available space and row/column count).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.TableSizingModeEnum

参照

C1.C1Preview 名前空間