Edit

Excel.SettableCellProperties interface

Represents the input parameter of setCellProperties.

[Api set: ExcelApi 1.9]

Properties

format

Represents the format property.

[Api set: ExcelApi 1.9]

hyperlink

Represents the hyperlink property.

[Api set: ExcelApi 1.9]

style

Represents the style property.

[Api set: ExcelApi 1.9]

textRuns

Represents the textRuns property.

Property Details

format

Represents the format property.

[Api set: ExcelApi 1.9]

format?: Excel.CellPropertiesFormat;

Property Value

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]