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