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;
Property Value
Remarks
text
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins