Skip to main content

XlDocumentProperties.Version Property

Gets or sets the version of the application where the document was created.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public string Version { get; set; }

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