-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.datavalidationupdatedata.yml
59 lines (59 loc) · 2.38 KB
/
excel.interfaces.datavalidationupdatedata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
### YamlMime:TSType
name: Excel.Interfaces.DataValidationUpdateData
uid: 'excel!Excel.Interfaces.DataValidationUpdateData:interface'
package: excel!
fullName: Excel.Interfaces.DataValidationUpdateData
summary: 'An interface for updating data on the `DataValidation` object, for use in `dataValidation.set({ ... })`<!-- -->.'
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: errorAlert
uid: 'excel!Excel.Interfaces.DataValidationUpdateData#errorAlert:member'
package: excel!
fullName: errorAlert
summary: Error alert when user enters invalid data.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'errorAlert?: Excel.DataValidationErrorAlert;'
return:
type: '<xref uid="excel!Excel.DataValidationErrorAlert:interface" />'
- name: ignoreBlanks
uid: 'excel!Excel.Interfaces.DataValidationUpdateData#ignoreBlanks:member'
package: excel!
fullName: ignoreBlanks
summary: Specifies if data validation will be performed on blank cells. Default is `true`<!-- -->.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'ignoreBlanks?: boolean;'
return:
type: boolean
- name: prompt
uid: 'excel!Excel.Interfaces.DataValidationUpdateData#prompt:member'
package: excel!
fullName: prompt
summary: Prompt when users select a cell.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'prompt?: Excel.DataValidationPrompt;'
return:
type: '<xref uid="excel!Excel.DataValidationPrompt:interface" />'
- name: rule
uid: 'excel!Excel.Interfaces.DataValidationUpdateData#rule:member'
package: excel!
fullName: rule
summary: Data validation rule that contains different type of data validation criteria.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'rule?: Excel.DataValidationRule;'
return:
type: '<xref uid="excel!Excel.DataValidationRule:interface" />'