Specifies the type of content in a document exported to Excel.
Namespace:
C1.C1Preview.Export.XlsAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum XlsBookContentEnum |
| Visual Basic |
|---|
Public Enumeration XlsBookContentEnum |
Members
| Member name | Description | |
|---|---|---|
| Auto | The type of content is determined automatically. | |
| Text | The document mostly contains text. | |
| Table | The document mostly contains tables. |