







|
| EPPlus 3.0 |
| OfficeProperties..::.CorePropertiesXml Property |
| OfficeProperties Class See Also Send Feedback |
Provides access to the XML document that holds all the code
document properties.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public XmlDocument CorePropertiesXml { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CorePropertiesXml As XmlDocument |
| Visual C++ |
|---|
public: property XmlDocument^ CorePropertiesXml { XmlDocument^ get (); } |
