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


In This Topic
    FormatCells(IRichTextEditor) Method
    In This Topic
    Shows the Format Cells dialog that allows to customize font for the rich text editor.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub FormatCells( _
       ByVal richTextEditor As IRichTextEditor _
    ) 
    'Usage
     
    
    Dim richTextEditor As IRichTextEditor
     
    BuiltInDialogs.FormatCells(richTextEditor)
    public static void FormatCells( 
       IRichTextEditor 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 Cells dialog.
    See Also