-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.timelinestyleloadoptions.yml
49 lines (49 loc) · 1.79 KB
/
excel.interfaces.timelinestyleloadoptions.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
### YamlMime:TSType
name: Excel.Interfaces.TimelineStyleLoadOptions
uid: 'excel!Excel.Interfaces.TimelineStyleLoadOptions:interface'
package: excel!
fullName: Excel.Interfaces.TimelineStyleLoadOptions
summary: 'Represents a `TimelineStyle`<!-- -->, which defines style elements by region in the timeline.'
remarks: '\[ [API set: ExcelApi 1.10](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
type: interface
properties:
- name: $all
uid: 'excel!Excel.Interfaces.TimelineStyleLoadOptions#$all:member'
package: excel!
fullName: $all
summary: >-
Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`<!-- -->) but not
the navigational properties (such as `Range.format.fill.color`<!-- -->).
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: '$all?: boolean;'
return:
type: boolean
- name: name
uid: 'excel!Excel.Interfaces.TimelineStyleLoadOptions#name:member'
package: excel!
fullName: name
summary: Specifies the name of the timeline style.
remarks: '\[ [API set: ExcelApi 1.10](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'name?: boolean;'
return:
type: boolean
- name: readOnly
uid: 'excel!Excel.Interfaces.TimelineStyleLoadOptions#readOnly:member'
package: excel!
fullName: readOnly
summary: Specifies if this `TimelineStyle` object is read-only.
remarks: '\[ [API set: ExcelApi 1.10](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'readOnly?: boolean;'
return:
type: boolean