Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpecificTextRule Class / Text Property


In This Topic
    Text Property (SpecificTextRule)
    In This Topic
    Gets the comparison formula for the text rule.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Text As String
    'Usage
     
    Dim instance As SpecificTextRule
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    [DefaultValue("")]
    public string Text {get; set;}

    Property Value

    The comparison formula of the text rule.
    See Also