ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / Workbook Class / OpenXmlStandard Property

In This Topic
    OpenXmlStandard Property (Workbook)
    In This Topic
    Gets or sets the level of Open XML document conformance when exporting to the Xlsx file format.
    Syntax
    'Declaration
     
    Public Property OpenXmlStandard As OpenXmlStandard
    public OpenXmlStandard OpenXmlStandard {get; set;}
    Remarks
    Possible values are listed in OpenXmlStandard.
    See Also