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