DataValidation Properties

Include Protected Members
Include Inherited Members

The DataValidation type exposes the following members.

Properties

  Name Description
Public property AllowBlank Allow Blank.Represents the attribte in schema: allowBlank
Public property ChildElements Gets all the child nodes of this element. (Inherited from OpenXmlElement.)
Public property Error Error Message.Represents the attribte in schema: error
Public property ErrorStyle Data Validation Error Style.Represents the attribte in schema: errorStyle
Public property ErrorTitle Error Alert Text.Represents the attribte in schema: errorTitle
Public property ExtendedAttributes Gets all extended attributes (attributes not defined in schema) of the element. (Inherited from OpenXmlElement.)
Public property FirstChild Gets the first child of the OpenXmlElement. If there is no such OpenXmlElement, a null reference (Nothing in Visual Basic) is returned. (Inherited from OpenXmlCompositeElement.)
Public property Formula1 Formula 1.Represents the element tag in schema: x:formula1
Public property Formula2 Formula 2.Represents the element tag in schema: x:formula2
Public property HasAttributes Gets a boolean value indicating whether the current element has any attributes. (Inherited from OpenXmlElement.)
Public property HasChildren Gets a value indicating whether this element has any child elements. (Inherited from OpenXmlCompositeElement.)
Public property ImeMode IME Mode Enforced.Represents the attribte in schema: imeMode
Public property InnerText Gets or sets the concatenated values of the node and all its children. (Inherited from OpenXmlCompositeElement.)
Public property InnerXml Gets or sets the markup representing only the child nodes of this node. (Inherited from OpenXmlCompositeElement.)
Public property LastChild Gets the last child of the OpenXmlElement. If there is no such OpenXmlElement, a null reference (Nothing in Visual Basic) is returned. (Inherited from OpenXmlCompositeElement.)
Public property LocalName Gets the local name of the element. (Overrides OpenXmlElement.LocalName.)
Public property MCAttributes Markup Compatibility Attributes Set. Return null if there is no Markup Compatibility Attribute defined in this element. (Inherited from OpenXmlElement.)
Public property NamespaceDeclarations Gets all the namespace declarations defined in the current element. Return an empty enumerator if there is no namespace declaration. (Inherited from OpenXmlElement.)
Public property NamespaceUri Gets the namespace URI of this node. (Inherited from OpenXmlElement.)
Public property OpenXmlElementContext Gets the OpenXmlEementContext. (Inherited from OpenXmlElement.)
Public property Operator Operator.Represents the attribte in schema: operator
Public property OuterXml Gets the markup representing this element and all its child elements. (Inherited from OpenXmlElement.)
Public property Parent Gets the parent of this element. (Inherited from OpenXmlElement.)
Public property Prefix Gets the namespace prefix of this node. (Inherited from OpenXmlElement.)
Public property Prompt Input Prompt.Represents the attribte in schema: prompt
Public property PromptTitle Prompt Title.Represents the attribte in schema: promptTitle
Public property SequenceOfReferences Sequence of References.Represents the attribte in schema: sqref
Public property ShowDropDown Show Drop Down.Represents the attribte in schema: showDropDown
Public property ShowErrorMessage Show Error Message.Represents the attribte in schema: showErrorMessage
Public property ShowInputMessage Show Input Message.Represents the attribte in schema: showInputMessage
Public property Type Data Validation Type.Represents the attribte in schema: type
Public property XmlQualifiedName Gets the qualified name of the node. (Inherited from OpenXmlElement.)

Top

See Also

Reference

DataValidation Class

DocumentFormat.OpenXml.Spreadsheet Namespace