AdditionalCharacteristicsInfo.Load Method
Loads the DOM from an OpenXML part.
Namespace: DocumentFormat.OpenXml.AdditionalCharacteristics
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Load ( _
openXmlPart As CustomXmlPart _
)
'Usage
Dim instance As AdditionalCharacteristicsInfo
Dim openXmlPart As CustomXmlPart
instance.Load(openXmlPart)
public void Load(
CustomXmlPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.CustomXmlPart
The part to be loaded.
See Also
Reference
AdditionalCharacteristicsInfo Class