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...
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...
Public Properties Public Methods
Public Methods
Public Properties
Gets the formatted string which is controlled by this font. Syntax Property Value The formatted string which is controlled by this font.
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
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 ...