DataValidations.DisablePrompts Property

Disable Prompts.Represents the attribte in schema: disablePrompts

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "disablePrompts")> _
Public Property DisablePrompts As BooleanValue
    Get
    Set
'Usage
Dim instance As DataValidations
Dim value As BooleanValue

value = instance.DisablePrompts

instance.DisablePrompts = value
[SchemaAttrAttribute(, "disablePrompts")]
public BooleanValue DisablePrompts { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

DataValidations Class

DataValidations Members

DocumentFormat.OpenXml.Spreadsheet Namespace