WorkbookSettingsCompliance Property |
Specifies the OOXML version for the output document. The default value is Ecma376_2006.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic OoxmlCompliance Compliance { get; set; }
Public Property Compliance As OoxmlCompliance
Get
Set
public:
property OoxmlCompliance Compliance {
OoxmlCompliance get ();
void set (OoxmlCompliance value);
}
member Compliance : OoxmlCompliance with get, set
Property Value
Type:
OoxmlCompliance
Remarks
Only for .xlsx files.
See Also