Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a column in a table.
$all | Specifying |
filter | Retrieves the filter applied to the column. |
id | Returns a unique key that identifies the column within the table. |
index | Returns the index number of the column within the columns collection of the table. Zero-indexed. |
name | Specifies the name of the table column. |
values | 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. |
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
).
$all?: boolean;
boolean
Retrieves the filter applied to the column.
filter?: Excel.Interfaces.FilterLoadOptions;
Returns a unique key that identifies the column within the table.
id?: boolean;
boolean
Returns the index number of the column within the columns collection of the table. Zero-indexed.
index?: boolean;
boolean
Specifies the name of the table column.
name?: boolean;
boolean
[ API set: ExcelApi 1.1 for getting the name; 1.4 for setting it. ]
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.
values?: boolean;
boolean
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback:
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in