Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / FunctionIntelliSense Class / Text Property


In This Topic
    Text Property (FunctionIntelliSense)
    In This Topic
    Gets the GrapeCity.Spreadsheet.RichText object indicates the function's syntax.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Text As RichText
    'Usage
     
    
    Dim instance As FunctionIntelliSense
    Dim value As RichText
     
    value = instance.Text
    public RichText Text {get;}
    See Also