Share via


CustomShowList Constructors

Definition

Overloads

CustomShowList()

Initializes a new instance of the CustomShowList class.

CustomShowList(OpenXmlElement[])

Initializes a new instance of the CustomShowList class with the specified child elements.

CustomShowList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the CustomShowList class with the specified child elements.

CustomShowList(String)

Initializes a new instance of the CustomShowList class from outer XML.

CustomShowList()

Initializes a new instance of the CustomShowList class.

public CustomShowList ();
Public Sub New ()

Applies to

CustomShowList(OpenXmlElement[])

Initializes a new instance of the CustomShowList class with the specified child elements.

public CustomShowList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.CustomShowList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.CustomShowList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CustomShowList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the CustomShowList class with the specified child elements.

public CustomShowList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.CustomShowList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.CustomShowList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CustomShowList(String)

Initializes a new instance of the CustomShowList class from outer XML.

public CustomShowList (string outerXml);
new DocumentFormat.OpenXml.Presentation.CustomShowList : string -> DocumentFormat.OpenXml.Presentation.CustomShowList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to