Movatterモバイル変換


[0]ホーム

URL:


Skip to main contentSkip to in-page navigation

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit focus mode

Excel.RangeTextRun interface

Package:
excel

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

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 ]

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, seeour contributor guide.

Feedback

Was this page helpful?

YesNo

In this article

Was this page helpful?

YesNo