ComponentOne True DBGrid for WinForms
RowSelectorEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : RowSelectorEnum Enumeration
Specifies which rows are to be previewed/printed.
Syntax
'Declaration
 
Public Enum RowSelectorEnum 
   Inherits System.Enum
public enum RowSelectorEnum : System.Enum 
Members
MemberDescription
AllRowsAll rows are to be previewed/printed.
CurrentRowOnly the current row will be previewed/printed.
SelectedRowsOnly selected rows will be previewed/printed.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.C1TrueDBGrid Namespace