GridColumn Constructors

Definition

Overloads

GridColumn()

Initializes a new instance of the GridColumn class.

GridColumn(OpenXmlElement[])

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

GridColumn(IEnumerable<OpenXmlElement>)

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

GridColumn(String)

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

GridColumn()

Initializes a new instance of the GridColumn class.

public GridColumn ();
Public Sub New ()

Applies to

GridColumn(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GridColumn(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GridColumn(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to