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


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

Определение

Перегрузки

Colors()

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

Colors(OpenXmlElement[])

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

Colors(IEnumerable<OpenXmlElement>)

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

Colors(String)

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

Colors()

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

public Colors ();
Public Sub New ()

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

Colors(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

Colors(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

Colors(String)

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

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

Параметры

outerXml
String

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

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