The file version of the saved data.

Namespace:  XllPlus
Assembly:  Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
public int ArchiveVersion { get; set; }
Visual Basic (Declaration)
Public Property ArchiveVersion As Integer
Visual C++
public:
property int ArchiveVersion {
	int get ();
	void set (int value);
}

See Also