Excel.RangeTextRun interface

Represents a sequence of one or more characters that share the same font attributes in a cell. Can be used as the textRuns properties of getCellProperties or the textRuns input parameter of setCellProperties.

Remarks

[ API set: ExcelApi 1.18 ]

Properties

font

The font attributes (such as font name, font size, and color) applied to this text run.

text

The text of this text run.

Property Details

font

The font attributes (such as font name, font size, and color) applied to this text run.

font?: Excel.CellPropertiesFont;

Property Value

Remarks

[ API set: ExcelApi 1.18 ]

text

The text of this text run.

text: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.18 ]