ConditionalFormatValueObject 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
| ConditionalFormatValueObject() | Initializes a new instance of the ConditionalFormatValueObject class. | 
| ConditionalFormatValueObject(OpenXmlElement[]) | Initializes a new instance of the ConditionalFormatValueObject class with the specified child elements. | 
| ConditionalFormatValueObject(IEnumerable<OpenXmlElement>) | Initializes a new instance of the ConditionalFormatValueObject class with the specified child elements. | 
| ConditionalFormatValueObject(String) | Initializes a new instance of the ConditionalFormatValueObject class from outer XML. | 
ConditionalFormatValueObject()
Initializes a new instance of the ConditionalFormatValueObject class.
public ConditionalFormatValueObject();Public Sub New ()Applies to
ConditionalFormatValueObject(OpenXmlElement[])
Initializes a new instance of the ConditionalFormatValueObject class with the specified child elements.
public ConditionalFormatValueObject(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
ConditionalFormatValueObject(IEnumerable<OpenXmlElement>)
Initializes a new instance of the ConditionalFormatValueObject class with the specified child elements.
public ConditionalFormatValueObject(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
ConditionalFormatValueObject(String)
Initializes a new instance of the ConditionalFormatValueObject class from outer XML.
public ConditionalFormatValueObject(string outerXml);new DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject : string -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.