Metadata.ApplicationVersion Property

NanoXLSX

NanoXLSX

MetadataApplicationVersion Property

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

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public string ApplicationVersion { get; set; }

Property Value

Type: String
See Also