FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / XlsFilter Class / OpenXml Property

In This Topic
    OpenXml Property (XlsFilter)
    In This Topic
    Gets or sets whether to export the file using the OpenXml format used by Microsoft Excel 2007 and later.
    Syntax
    'Declaration
     
    Public Property OpenXml As Boolean
    public bool OpenXml {get; set;}
    See Also