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
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;