Skip to main content
A newer version of this page is available. .

XlDocumentProperties.Version Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

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