ig.excel.FormattedTextFont
Remarks
The formatting of the string is controlled in a similar fashion as it would be in Microsoft Excel. In Excel, the user must select a portion of the text and set the various formatting properties of that selected text.
With the FormattedText, a portion of the string is "selected" by calling either GetFont(int) or GetFont(int,int). Formatting properties are then set on the returned FormattedTextFont and all characters in the font's selection range are given these properties.
Getting the formatting properties of a FormattedTextFont will return the formatting of the first character in font's selection range.
Dependencies
-
formattedText
- .formattedText( );
- Return Type:
- ig.excel.FormattedText
- Return Type Description:
- The FormattedText which is controlled by this font.
Gets the FormattedText which is controlled by this font.