TableProperties
TableProperties
TableProperties
Constructors
Definition
Overloads
TableProperties() TableProperties() |
Initializes a new instance of the TableProperties class. |
TableProperties(OpenXmlElement[]) TableProperties(OpenXmlElement[]) TableProperties(OpenXmlElement[]) |
Initializes a new instance of the TableProperties class with the specified child elements. |
TableProperties(IEnumerable<OpenXmlElement>) TableProperties(IEnumerable<OpenXmlElement>) TableProperties(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the TableProperties class with the specified child elements. |
TableProperties(String) TableProperties(String) TableProperties(String) |
Initializes a new instance of the TableProperties class from outer XML. |
TableProperties() TableProperties()
Initializes a new instance of the TableProperties class.
public TableProperties ();
Public Sub New ()
TableProperties(OpenXmlElement[]) TableProperties(OpenXmlElement[]) 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.
TableProperties(IEnumerable<OpenXmlElement>) TableProperties(IEnumerable<OpenXmlElement>) 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.
TableProperties(String) TableProperties(String) 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)