WorkbookContentType Enum
Lists values that indicate the type of content in a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
Members
| Name | Description |
|---|---|
AuthorInfo
|
Author information. |
OrganizationInfo
|
Organization information. |
DocumentDescription
|
Document description. |
DocumentHistory
|
Document history. |
CustomProperty
|
Custom properties. |
ExtendedProperty
|
Extended properties. |
Comment
|
Comment content. |
ThreadedComment
|
Threaded comments. |
CustomXmlPart
|
Custom XML part content. |
OleObject
|
OLE objects. |
Macro
|
Macros. |
ActiveXContent
|
ActiveX content. |
HiddenSheet
|
Hidden sheets. |
HiddenRow
|
Hidden rows. |
HiddenColumn
|
Hidden columns. |
InvisibleCellText
|
Invisible cell text. |
Related API Members
The following properties accept/return WorkbookContentType values:
See Also