TabSet Constructors

Definition

Overloads

TabSet()

Initializes a new instance of the TabSet class.

TabSet(OpenXmlElement[])

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

TabSet(IEnumerable<OpenXmlElement>)

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

TabSet(String)

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

TabSet()

Initializes a new instance of the TabSet class.

public TabSet ();
Public Sub New ()

Applies to

TabSet(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TabSet(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TabSet(String)

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

public TabSet (string outerXml);
new DocumentFormat.OpenXml.Office2010.CustomUI.TabSet : string -> DocumentFormat.OpenXml.Office2010.CustomUI.TabSet
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to