Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export.Xls Namespace / XlsBookContentEnum Enumeration

In This Topic
    XlsBookContentEnum Enumeration
    In This Topic
    Specifies the type of content in a document exported to Excel.
    Syntax
    'Declaration
     
    Public Enum XlsBookContentEnum 
       Inherits System.Enum
    public enum XlsBookContentEnum : System.Enum 
    Members
    MemberDescription
    AutoThe type of content is determined automatically.
    TableThe document mostly contains tables.
    TextThe document mostly contains text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.Export.Xls.XlsBookContentEnum

    See Also