TableProperties 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
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.Wordprocessing.TableProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.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.Wordprocessing.TableProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.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.Wordprocessing.TableProperties : string -> DocumentFormat.OpenXml.Wordprocessing.TableProperties
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.