EndBorder Constructors 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| EndBorder() | Initializes a new instance of the EndBorder class. | 
| EndBorder(OpenXmlElement[]) | Initializes a new instance of the EndBorder class with the specified child elements. | 
| EndBorder(IEnumerable<OpenXmlElement>) | Initializes a new instance of the EndBorder class with the specified child elements. | 
| EndBorder(String) | Initializes a new instance of the EndBorder class from outer XML. | 
EndBorder()
Initializes a new instance of the EndBorder class.
public EndBorder();Public Sub New ()Applies to
EndBorder(OpenXmlElement[])
Initializes a new instance of the EndBorder class with the specified child elements.
public EndBorder(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Spreadsheet.EndBorder : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.EndBorderPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
EndBorder(IEnumerable<OpenXmlElement>)
Initializes a new instance of the EndBorder class with the specified child elements.
public EndBorder(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Spreadsheet.EndBorder : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.EndBorderPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
EndBorder(String)
Initializes a new instance of the EndBorder class from outer XML.
public EndBorder(string outerXml);new DocumentFormat.OpenXml.Spreadsheet.EndBorder : string -> DocumentFormat.OpenXml.Spreadsheet.EndBorderPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.