XlDocumentProperties.Version Property
Gets or sets the version of the application where the document was created.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String value that is the version number. |
Remarks
The Version property value must be of the form XX.YYYY where X and Y represent numerical values; otherwise, a System.ArgumentException will be thrown.
See Also