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


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

Определение

Перегрузки

CellWatches()

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

CellWatches(OpenXmlElement[])

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

CellWatches(IEnumerable<OpenXmlElement>)

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

CellWatches(String)

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

CellWatches()

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

public CellWatches ();
Public Sub New ()

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

CellWatches(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

CellWatches(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

CellWatches(String)

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

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

Параметры

outerXml
String

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

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