BorderPropertiesType Constructors

Definition

Overloads

BorderPropertiesType()

Initializes a new instance of the BorderPropertiesType class.

BorderPropertiesType(OpenXmlElement[])

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

BorderPropertiesType(IEnumerable<OpenXmlElement>)

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

BorderPropertiesType(String)

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

BorderPropertiesType()

Initializes a new instance of the BorderPropertiesType class.

protected BorderPropertiesType ();
Protected Sub New ()

Applies to

BorderPropertiesType(OpenXmlElement[])

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

protected BorderPropertiesType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BorderPropertiesType(IEnumerable<OpenXmlElement>)

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

protected BorderPropertiesType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BorderPropertiesType(String)

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

protected BorderPropertiesType (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType : string -> DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to