Поделиться через


RowBreaks Конструкторы

Определение

Перегрузки

RowBreaks()

Инициализирует новый экземпляр класса RowBreaks.

RowBreaks(OpenXmlElement[])

Инициализирует новый экземпляр класса RowBreaks указанными дочерними элементами.

RowBreaks(IEnumerable<OpenXmlElement>)

Инициализирует новый экземпляр класса RowBreaks указанными дочерними элементами.

RowBreaks(String)

Инициализирует новый экземпляр класса RowBreaks из внешнего XML-кода.

RowBreaks()

Инициализирует новый экземпляр класса RowBreaks.

public RowBreaks ();
Public Sub New ()

Применяется к

RowBreaks(OpenXmlElement[])

Инициализирует новый экземпляр класса RowBreaks указанными дочерними элементами.

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())

Параметры

childElements
OpenXmlElement[]

Указывает дочерние элементы.

Применяется к

RowBreaks(IEnumerable<OpenXmlElement>)

Инициализирует новый экземпляр класса RowBreaks указанными дочерними элементами.

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))

Параметры

childElements
IEnumerable<OpenXmlElement>

Указывает дочерние элементы.

Применяется к

RowBreaks(String)

Инициализирует новый экземпляр класса RowBreaks из внешнего XML-кода.

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

Параметры

outerXml
String

Задает внешний XML-код элемента.

Применяется к