Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TextConditionalFormattingRule Class / Text Property


In This Topic
    Text Property (TextConditionalFormattingRule)
    In This Topic
    Gets or sets the text to check for.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As TextConditionalFormattingRule
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    The text.
    See Also