FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / FormatComment Method / FormatComment(IRichTextEditor) Method
A FarPoint.Win.Spread.CellType.IRichTextEditor object indicates the rich text editor.


In This Topic
FormatComment(IRichTextEditor) Method
In This Topic
Shows the Format Comment dialog that allows to customize font for the comment editor.
Syntax
'Declaration
 
Public Overloads Shared Sub FormatComment( _
   ByVal richTextEditor As IRichTextEditor _
) 
 
'Usage
 
Dim richTextEditor As IRichTextEditor
 
BuiltInDialogs.FormatComment(richTextEditor)

Parameters

richTextEditor
A FarPoint.Win.Spread.CellType.IRichTextEditor object indicates the rich text editor.

Return Value

A System.Windows.Forms.Form object represents the Format Comment dialog.
See Also