IconSet Constructors

Definition

Overloads

IconSet()

Initializes a new instance of the IconSet class.

IconSet(OpenXmlElement[])

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

IconSet(IEnumerable<OpenXmlElement>)

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

IconSet(String)

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

IconSet()

Initializes a new instance of the IconSet class.

public IconSet ();
Public Sub New ()

Applies to

IconSet(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

IconSet(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

IconSet(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to