PersonList Constructors 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| PersonList() | Initializes a new instance of the PersonList class. | 
| PersonList(OpenXmlElement[]) | Initializes a new instance of the PersonList class with the specified child elements. | 
| PersonList(IEnumerable<OpenXmlElement>) | Initializes a new instance of the PersonList class with the specified child elements. | 
| PersonList(String) | Initializes a new instance of the PersonList class from outer XML. | 
PersonList()
Initializes a new instance of the PersonList class.
public PersonList();Public Sub New ()Applies to
PersonList(OpenXmlElement[])
Initializes a new instance of the PersonList class with the specified child elements.
public PersonList(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonListPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
PersonList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the PersonList class with the specified child elements.
public PersonList(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonListPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
PersonList(String)
Initializes a new instance of the PersonList class from outer XML.
public PersonList(string outerXml);new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList : string -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonListPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.