-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.presetcriteriaconditionalformatupdatedata.yml
37 lines (37 loc) · 1.6 KB
/
excel.interfaces.presetcriteriaconditionalformatupdatedata.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
### YamlMime:TSType
name: Excel.Interfaces.PresetCriteriaConditionalFormatUpdateData
uid: 'excel!Excel.Interfaces.PresetCriteriaConditionalFormatUpdateData:interface'
package: excel!
fullName: Excel.Interfaces.PresetCriteriaConditionalFormatUpdateData
summary: >-
An interface for updating data on the `PresetCriteriaConditionalFormat` object, for use in
`presetCriteriaConditionalFormat.set({ ... })`<!-- -->.
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: format
uid: 'excel!Excel.Interfaces.PresetCriteriaConditionalFormatUpdateData#format:member'
package: excel!
fullName: format
summary: 'Returns a format object, encapsulating the conditional formats font, fill, borders, and other properties.'
remarks: '\[ [API set: ExcelApi 1.6](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'format?: Excel.Interfaces.ConditionalRangeFormatUpdateData;'
return:
type: '<xref uid="excel!Excel.Interfaces.ConditionalRangeFormatUpdateData:interface" />'
- name: rule
uid: 'excel!Excel.Interfaces.PresetCriteriaConditionalFormatUpdateData#rule:member'
package: excel!
fullName: rule
summary: The rule of the conditional format.
remarks: '\[ [API set: ExcelApi 1.6](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'rule?: Excel.ConditionalPresetCriteriaRule;'
return:
type: '<xref uid="excel!Excel.ConditionalPresetCriteriaRule:interface" />'