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


In This Topic
    Text Property (IFormatCondition)
    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 IFormatCondition
    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