Specifies the type of content in a document exported to Excel.

Namespace:  C1.C1Preview.Export.Xls
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum XlsBookContentEnum
Visual Basic
Public Enumeration XlsBookContentEnum

Members

Member nameDescription
Auto The type of content is determined automatically.
Text The document mostly contains text.
Table The document mostly contains tables.

See Also