Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidations Class / DisablePrompts Property


In This Topic
DisablePrompts Property
In This Topic
Gets or sets a boolean value indicates whether all data validation input prompts are disabled for the Worksheet.
Syntax
'Declaration
 
Public Property DisablePrompts As Boolean
 
'Usage
 
Dim instance As DataValidations
Dim value As Boolean
 
instance.DisablePrompts = value
 
value = instance.DisablePrompts
See Also