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