RowBreaks Constructors

Definition

Overloads

RowBreaks()

Initializes a new instance of the RowBreaks class.

RowBreaks(OpenXmlElement[])

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

RowBreaks(IEnumerable<OpenXmlElement>)

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

RowBreaks(String)

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

RowBreaks()

Initializes a new instance of the RowBreaks class.

public RowBreaks ();
Public Sub New ()

Applies to

RowBreaks(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RowBreaks(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RowBreaks(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to