Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITop10 Interface / Text Property


In This Topic
    Text Property (ITop10)
    In This Topic
    Gets or sets a System.String value specifying the text string used by the conditional formatting rule.
    Syntax
    'Declaration
     
    
    Property Text As String
    'Usage
     
    
    Dim instance As ITop10
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    string Text {get; set;}

    Property Value

    The text string used by the conditional formatting rule.
    See Also