Metadata.ApplicationVersion Property

PicoXLSX

PicoXLSX

MetadataApplicationVersion Property

Gets or sets the version of the creation application. Default is the library version of PicoXLSX. Use the format xxxxx.yyyyy (e.g. 1.0 or 55.9875) in case of a custom value.

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public string ApplicationVersion { get; set; }

Property Value

Type: String
See Also