DiagonalBorder Constructors

Definition

Overloads

DiagonalBorder()

Initializes a new instance of the DiagonalBorder class.

DiagonalBorder(OpenXmlElement[])

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

DiagonalBorder(IEnumerable<OpenXmlElement>)

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

DiagonalBorder(String)

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

DiagonalBorder()

Initializes a new instance of the DiagonalBorder class.

public DiagonalBorder ();
Public Sub New ()

Applies to

DiagonalBorder(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DiagonalBorder(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DiagonalBorder(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to