ComponentOne List for WinForms
C1.Win.C1List Namespace / RowSelectorEnum Enumeration

In This Topic
    RowSelectorEnum Enumeration
    In This Topic
    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.C1List.RowSelectorEnum

    See Also