OfficeProperties Class

Office Open XML

Provides access to the properties bag of the package

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

Syntax

C#
public sealed class OfficeProperties : XmlHelper
Visual Basic (Declaration)
Public NotInheritable Class OfficeProperties _
	Inherits XmlHelper
Visual C++
public ref class OfficeProperties sealed : public XmlHelper

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml..::.OfficeProperties

See Also