Click or drag to resize
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: 2.6.7+c253a7d00ca5e19be14df4552cf12c589ec4ab3e
Syntax
C#
public string ApplicationVersion { get; set; }

Property Value

String
Remarks
Allowed values are null, empty and fractions from 0.0 to 99999.99999 (max. number of digits before and after the period is 5)
See Also