PrintDocument for WinForms
StretchColumnEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : StretchColumnEnum 列挙体
Describes how the width of a column in a RenderTable can be adjusted if required by adjustments to the width of the containing table.
シンタックス
'宣言
 
Public Enum StretchColumnEnum 
   Inherits System.Enum
'使用法
 
Dim instance As StretchColumnEnum
public enum StretchColumnEnum : System.Enum 
メンバ
メンバ解説
DefaultThe behavior depends on the RenderTable.StretchColumns property of the containing RenderTable.
IfLastOnPageThe column can be stretched if it is the last row on the page.
NoThe column cannot be stretched.
YesThe column can be stretched as needed.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.StretchColumnEnum

参照

C1.C1Preview 名前空間