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


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

Определение

Перегрузки

NortheastCell()

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

NortheastCell(OpenXmlElement[])

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

NortheastCell(IEnumerable<OpenXmlElement>)

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

NortheastCell(String)

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

NortheastCell()

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

public NortheastCell ();
Public Sub New ()

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

NortheastCell(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

NortheastCell(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

NortheastCell(String)

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

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

Параметры

outerXml
String

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

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