TwoCellAnchor Constructors

Definition

Overloads

TwoCellAnchor()

Initializes a new instance of the TwoCellAnchor class.

TwoCellAnchor(OpenXmlElement[])

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

TwoCellAnchor(IEnumerable<OpenXmlElement>)

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

TwoCellAnchor(String)

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

TwoCellAnchor()

Initializes a new instance of the TwoCellAnchor class.

public TwoCellAnchor ();
Public Sub New ()

Applies to

TwoCellAnchor(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TwoCellAnchor(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TwoCellAnchor(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to