LeftBorder 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
LeftBorder() |
Initializes a new instance of the LeftBorder class. |
LeftBorder(OpenXmlElement[]) |
Initializes a new instance of the LeftBorder class with the specified child elements. |
LeftBorder(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the LeftBorder class with the specified child elements. |
LeftBorder(String) |
Initializes a new instance of the LeftBorder class from outer XML. |
LeftBorder()
Initializes a new instance of the LeftBorder class.
public LeftBorder ();
Public Sub New ()
Applies to
LeftBorder(OpenXmlElement[])
Initializes a new instance of the LeftBorder class with the specified child elements.
public LeftBorder (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.LeftBorder : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.LeftBorder
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
LeftBorder(IEnumerable<OpenXmlElement>)
Initializes a new instance of the LeftBorder class with the specified child elements.
public LeftBorder (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.LeftBorder : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.LeftBorder
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
LeftBorder(String)
Initializes a new instance of the LeftBorder class from outer XML.
public LeftBorder (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.LeftBorder : string -> DocumentFormat.OpenXml.Spreadsheet.LeftBorder
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.