Properties Property

Office Open XML

The office document properties

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

Syntax

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

See Also