Version

Search Results

FormattedString Class

Represents a string with mixed formatting in a cell or cell comment. Syntax 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 Forma...

FormattedStringFont Class

Controls the formatting of a range of characters in a FormattedString. Syntax 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 For...

FormattedStringFont Class Members

Public Properties Public Methods

FormattedString Property

Gets the formatted string which is controlled by this font. Syntax Property Value The formatted string which is controlled by this font.

FormattedString Class Members

Public Constructors Public Properties Public Methods

Clone Method (FormattedString)

Creates a new FormattedString that is a copy of this one. Syntax Return Value A new FormattedString that is a copy of this one. Remarks This should be used if the same formatted string needs to be used in multiple cells. The FormattedString class can only exist as the WorksheetCell.Value of one cell at a time. If ...