DataBar Constructors

Definition

Overloads

DataBar()

Initializes a new instance of the DataBar class.

DataBar(OpenXmlElement[])

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

DataBar(IEnumerable<OpenXmlElement>)

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

DataBar(String)

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

DataBar()

Initializes a new instance of the DataBar class.

public DataBar ();
Public Sub New ()

Applies to

DataBar(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DataBar(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DataBar(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to