-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.tablecolumnloadoptions.yml
90 lines (90 loc) · 3.39 KB
/
excel.interfaces.tablecolumnloadoptions.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
### YamlMime:TSType
name: Excel.Interfaces.TableColumnLoadOptions
uid: 'excel!Excel.Interfaces.TableColumnLoadOptions:interface'
package: excel!
fullName: Excel.Interfaces.TableColumnLoadOptions
summary: Represents a column in a table.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
type: interface
properties:
- name: $all
uid: 'excel!Excel.Interfaces.TableColumnLoadOptions#$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: filter
uid: 'excel!Excel.Interfaces.TableColumnLoadOptions#filter:member'
package: excel!
fullName: filter
summary: Retrieves the filter applied to the column.
remarks: '\[ [API set: ExcelApi 1.2](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'filter?: Excel.Interfaces.FilterLoadOptions;'
return:
type: '<xref uid="excel!Excel.Interfaces.FilterLoadOptions:interface" />'
- name: id
uid: 'excel!Excel.Interfaces.TableColumnLoadOptions#id:member'
package: excel!
fullName: id
summary: Returns a unique key that identifies the column within the table.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'id?: boolean;'
return:
type: boolean
- name: index
uid: 'excel!Excel.Interfaces.TableColumnLoadOptions#index:member'
package: excel!
fullName: index
summary: Returns the index number of the column within the columns collection of the table. Zero-indexed.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'index?: boolean;'
return:
type: boolean
- name: name
uid: 'excel!Excel.Interfaces.TableColumnLoadOptions#name:member'
package: excel!
fullName: name
summary: Specifies the name of the table column.
remarks: >-
\[ [API set: ExcelApi 1.1 for getting the name; 1.4 for setting
it.](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
isPreview: false
isDeprecated: false
syntax:
content: 'name?: boolean;'
return:
type: boolean
- name: values
uid: 'excel!Excel.Interfaces.TableColumnLoadOptions#values:member'
package: excel!
fullName: values
summary: >-
Represents the raw values of the specified range. The data returned could be a string, number, or boolean. Cells
that contain an error will return the error string. If the returned value starts with a plus ("+"), minus ("-"),
or equal sign ("="), Excel interprets this value as a formula.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'values?: boolean;'
return:
type: boolean