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


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

Определение

Перегрузки

IndexedColors()

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

IndexedColors(OpenXmlElement[])

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

IndexedColors(IEnumerable<OpenXmlElement>)

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

IndexedColors(String)

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

IndexedColors()

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

public IndexedColors ();
Public Sub New ()

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

IndexedColors(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

IndexedColors(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

IndexedColors(String)

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

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

Параметры

outerXml
String

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

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