Spread WPF 17
GrapeCity.Excel Namespace / IExcelGeneralRule Interface / Text Property


In This Topic
    Text Property (IExcelGeneralRule)
    In This Topic
    The text value in a "text contains" conditional formatting rule. This attribute is ignored if type is not equal to containsText.
    Syntax
    'Declaration
     
    Property Text As String
    'Usage
     
    Dim instance As IExcelGeneralRule
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    string Text {get; set;}

    Property Value

    The text value.
    See Also