Excel.CellPropertiesLoadOptions interface
Represents which cell properties to load, when used as part of a "range.getCellProperties" method.
[Api set: ExcelApi 1.9]
Properties
| address | Specifies whether to load on the [Api set: ExcelApi 1.9] |
| address |
Specifies whether to load on the [Api set: ExcelApi 1.9] |
| format | Specifies whether to load on the [Api set: ExcelApi 1.9] |
| hidden | Specifies whether to load on the [Api set: ExcelApi 1.9] |
| hyperlink | Specifies whether to load on the [Api set: ExcelApi 1.9] |
| style | Specifies whether to load on the [Api set: ExcelApi 1.9] |
| text |
Specifies whether to load on the |
Property Details
address
Specifies whether to load on the address property.
[Api set: ExcelApi 1.9]
address?: boolean;
Property Value
boolean
addressLocal
Specifies whether to load on the addressLocal property.
[Api set: ExcelApi 1.9]
addressLocal?: boolean;
Property Value
boolean
format
Specifies whether to load on the format property.
[Api set: ExcelApi 1.9]
format?: Excel.CellPropertiesFormatLoadOptions;
Property Value
hidden
Specifies whether to load on the hidden property.
[Api set: ExcelApi 1.9]
hidden?: boolean;
Property Value
boolean
hyperlink
Specifies whether to load on the hyperlink property.
[Api set: ExcelApi 1.9]
hyperlink?: boolean;
Property Value
boolean
style
Specifies whether to load on the style property.
[Api set: ExcelApi 1.9]
style?: boolean;
Property Value
boolean
textRuns
Specifies whether to load on the textRuns property.
textRuns?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.18]