True DBGrid for WinForms
PrintInfo.RowHeightEnum 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : PrintInfo.RowHeightEnum 列挙体
Specifies how rows' heights are determined.
シンタックス
'宣言
 
Public Enum PrintInfo.RowHeightEnum 
   Inherits System.Enum
public enum PrintInfo.RowHeightEnum : System.Enum 
メンバ
メンバ解説
LikeGridUse the grid's row height.
StretchToFitStretch rows vertically to fit all data.
StretchToMaxStretch rows vertically but not greater than PrintInfo.MaxRowHeight.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.PrintInfo.RowHeightEnum

参照

C1.Win.C1TrueDBGrid 名前空間