VerticalBorder Constructors

Definition

Overloads

VerticalBorder()

Initializes a new instance of the VerticalBorder class.

VerticalBorder(OpenXmlElement[])

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

VerticalBorder(IEnumerable<OpenXmlElement>)

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

VerticalBorder(String)

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

VerticalBorder()

Initializes a new instance of the VerticalBorder class.

public VerticalBorder ();
Public Sub New ()

Applies to

VerticalBorder(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

VerticalBorder(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

VerticalBorder(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to