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