True DBGrid for WinForms
RowSizingEnum 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : RowSizingEnum 列挙体
Specifies how rows can be resized.
シンタックス
'宣言
 
Public Enum RowSizingEnum 
   Inherits System.Enum
public enum RowSizingEnum : System.Enum 
メンバ
メンバ解説
AllRowsAll rows will be sized to the same height or width.
IndividualRowsRows can be sized indepentently.
NoneRow can not be resized.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.RowSizingEnum

参照

C1.Win.C1TrueDBGrid 名前空間