MemberProperties 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
MemberProperties() |
Initializes a new instance of the MemberProperties class. |
MemberProperties(OpenXmlElement[]) |
Initializes a new instance of the MemberProperties class with the specified child elements. |
MemberProperties(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the MemberProperties class with the specified child elements. |
MemberProperties(String) |
Initializes a new instance of the MemberProperties class from outer XML. |
MemberProperties()
Initializes a new instance of the MemberProperties class.
public MemberProperties ();
Public Sub New ()
Applies to
MemberProperties(OpenXmlElement[])
Initializes a new instance of the MemberProperties class with the specified child elements.
public MemberProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.MemberProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.MemberProperties
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
MemberProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the MemberProperties class with the specified child elements.
public MemberProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.MemberProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.MemberProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
MemberProperties(String)
Initializes a new instance of the MemberProperties class from outer XML.
public MemberProperties (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.MemberProperties : string -> DocumentFormat.OpenXml.Spreadsheet.MemberProperties
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.