DataValidationFormulaType Constructors

Definition

Overloads

DataValidationFormulaType()

Initializes a new instance of the DataValidationFormulaType class.

DataValidationFormulaType(OpenXmlElement[])

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

DataValidationFormulaType(IEnumerable<OpenXmlElement>)

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

DataValidationFormulaType(String)

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

DataValidationFormulaType()

Initializes a new instance of the DataValidationFormulaType class.

protected DataValidationFormulaType ();
Protected Sub New ()

Applies to

DataValidationFormulaType(OpenXmlElement[])

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

protected DataValidationFormulaType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DataValidationFormulaType(IEnumerable<OpenXmlElement>)

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

protected DataValidationFormulaType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DataValidationFormulaType(String)

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

protected DataValidationFormulaType (string outerXml);
new DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType : string -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to