Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatResult Structure / Create Method / Create(RichText) Method
The text with style setting(s).


In This Topic
    Create(RichText) Method
    In This Topic
    Creates a formatted result.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Create( _
       ByVal richText As RichText _
    ) As FormatResult
    'Usage
     
    
    Dim richText As RichText
    Dim value As FormatResult
     
    value = FormatResult.Create(richText)
    public static FormatResult Create( 
       RichText richText
    )

    Parameters

    richText
    The text with style setting(s).

    Return Value

    A FormatResult value represents the formatted result.
    See Also