IndexedColors Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IndexedColors() |
Initializes a new instance of the IndexedColors class. |
IndexedColors(OpenXmlElement[]) |
Initializes a new instance of the IndexedColors class with the specified child elements. |
IndexedColors(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the IndexedColors class with the specified child elements. |
IndexedColors(String) |
Initializes a new instance of the IndexedColors class from outer XML. |
IndexedColors()
Initializes a new instance of the IndexedColors class.
public IndexedColors ();
Public Sub New ()
Applies to
IndexedColors(OpenXmlElement[])
Initializes a new instance of the IndexedColors class with the specified child elements.
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())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
IndexedColors(IEnumerable<OpenXmlElement>)
Initializes a new instance of the IndexedColors class with the specified child elements.
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))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
IndexedColors(String)
Initializes a new instance of the IndexedColors class from outer XML.
public IndexedColors (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.IndexedColors : string -> DocumentFormat.OpenXml.Spreadsheet.IndexedColors
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.