Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IFormatCondition Interface / Text Property
In This Topic
    Text Property (IFormatCondition)
    In This Topic
    Returns or sets a String value specifying the text used by the conditional formatting rule.
    Syntax
    System.string Text {get; set;}
    Remarks
    This property is ignored if the Type property is not set to TextString.
    See Also