True DBGrid for WinForms
RowSelectorEnum 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : RowSelectorEnum 列挙体
Specifies which rows are to be previewed/printed.
シンタックス
'宣言
 
Public Enum RowSelectorEnum 
   Inherits System.Enum
public enum RowSelectorEnum : System.Enum 
メンバ
メンバ解説
AllRowsAll rows are to be previewed/printed.
CurrentRowOnly the current row will be previewed/printed.
SelectedRowsOnly selected rows will be previewed/printed.
継承階層

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

参照

C1.Win.C1TrueDBGrid 名前空間