DataValidationFormulaType Class

Defines the DataValidationFormulaType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType
        DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1
        DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Formula))> _
Public MustInherit Class DataValidationFormulaType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As DataValidationFormulaType
[ChildElementInfoAttribute(typeof(Formula))]
public abstract class DataValidationFormulaType : OpenXmlCompositeElement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataValidationFormulaType Members

DocumentFormat.OpenXml.Office2010.Excel Namespace