CommentAuthorList.Load Method
Loads the DOM from the CommentAuthorsPart.
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Load ( _
openXmlPart As CommentAuthorsPart _
)
'Usage
Dim instance As CommentAuthorList
Dim openXmlPart As CommentAuthorsPart
instance.Load(openXmlPart)
public void Load(
CommentAuthorsPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.CommentAuthorsPart
Specifies the part to be loaded.