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