Aracılığıyla paylaş


TableGrid Constructors

Definition

Overloads

TableGrid()

Initializes a new instance of the TableGrid class.

TableGrid(OpenXmlElement[])

Initializes a new instance of the TableGrid class with the specified child elements.

TableGrid(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TableGrid class with the specified child elements.

TableGrid(String)

Initializes a new instance of the TableGrid class from outer XML.

TableGrid()

Initializes a new instance of the TableGrid class.

public TableGrid ();
Public Sub New ()

Applies to

TableGrid(OpenXmlElement[])

Initializes a new instance of the TableGrid class with the specified child elements.

public TableGrid (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.TableGrid : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.TableGrid
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TableGrid(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TableGrid class with the specified child elements.

public TableGrid (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.TableGrid : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.TableGrid
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TableGrid(String)

Initializes a new instance of the TableGrid class from outer XML.

public TableGrid (string outerXml);
new DocumentFormat.OpenXml.Drawing.TableGrid : string -> DocumentFormat.OpenXml.Drawing.TableGrid
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to