Excel.SettableCellProperties interface
Represents the input parameter of setCellProperties.
[Api set: ExcelApi 1.9]
Properties
| format | Represents the [Api set: ExcelApi 1.9] |
| hyperlink | Represents the [Api set: ExcelApi 1.9] |
| style | Represents the [Api set: ExcelApi 1.9] |
| text |
Represents the |
Property Details
format
Represents the format property.
[Api set: ExcelApi 1.9]
format?: Excel.CellPropertiesFormat;
Property Value
hyperlink
Represents the hyperlink property.
[Api set: ExcelApi 1.9]
hyperlink?: Excel.RangeHyperlink;
Property Value
style
Represents the style property.
[Api set: ExcelApi 1.9]
style?: string;
Property Value
string
textRuns
Represents the textRuns property.
textRuns?: RangeTextRun[];
Property Value
Remarks
[Api set: ExcelApi 1.18]