AppVersion Property

Office Open XML

Gets the AppVersion property of the document (extended property)

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public string AppVersion { get; }
Visual Basic (Declaration)
Public ReadOnly Property AppVersion As String
Visual C++
public:
property String^ AppVersion {
	String^ get ();
}

See Also