PreviousTableGrid Constructors

Definition

Overloads

PreviousTableGrid()

Initializes a new instance of the PreviousTableGrid class.

PreviousTableGrid(OpenXmlElement[])

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

PreviousTableGrid(IEnumerable<OpenXmlElement>)

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

PreviousTableGrid(String)

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

PreviousTableGrid()

Initializes a new instance of the PreviousTableGrid class.

public PreviousTableGrid ();
Public Sub New ()

Applies to

PreviousTableGrid(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PreviousTableGrid(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PreviousTableGrid(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to