Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export Namespace / XlsExportProvider Class / SupportedDocumentInfoFields Property

In This Topic
    SupportedDocumentInfoFields Property (XlsExportProvider)
    In This Topic
    Gets the combination of flags indicating which fields of the C1.WPF.Document.DocumentInfo class are supported by the current export format. This implementation returns Author.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property SupportedDocumentInfoFields As DocumentInfoFields
    public override DocumentInfoFields SupportedDocumentInfoFields {get;}
    See Also