ConditionalFormats Constructors

Definition

Overloads

ConditionalFormats()

Initializes a new instance of the ConditionalFormats class.

ConditionalFormats(OpenXmlElement[])

Initializes a new instance of the ConditionalFormats class with the specified child elements.

ConditionalFormats(IEnumerable<OpenXmlElement>)

Initializes a new instance of the ConditionalFormats class with the specified child elements.

ConditionalFormats(String)

Initializes a new instance of the ConditionalFormats class from outer XML.

ConditionalFormats()

Initializes a new instance of the ConditionalFormats class.

public ConditionalFormats ();
Public Sub New ()

Applies to

ConditionalFormats(OpenXmlElement[])

Initializes a new instance of the ConditionalFormats class with the specified child elements.

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ConditionalFormats(IEnumerable<OpenXmlElement>)

Initializes a new instance of the ConditionalFormats class with the specified child elements.

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ConditionalFormats(String)

Initializes a new instance of the ConditionalFormats class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to