HorizontalBorder Constructors

Definition

Overloads

HorizontalBorder()

Initializes a new instance of the HorizontalBorder class.

HorizontalBorder(OpenXmlElement[])

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

HorizontalBorder(IEnumerable<OpenXmlElement>)

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

HorizontalBorder(String)

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

HorizontalBorder()

Initializes a new instance of the HorizontalBorder class.

public HorizontalBorder ();
Public Sub New ()

Applies to

HorizontalBorder(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

HorizontalBorder(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

HorizontalBorder(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to