Defines file formats to which you can export metadata properties.
Namespace: GroupDocs.Metadata.ExportAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
SyntaxPublic Enumeration ExportFormat
public enum class ExportFormat
Members
| Member name | Value | Description |
---|
| Xls | 0 |
Represents the .XLS Excel format.
|
| Xlsx | 1 |
Represents the .XLSX Excel format.
|
See Also