Class NotContainsRule
Represents a rule that indicates whether a given value does not contain a text argument.
Inheritance
System.Object
NotContainsRule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class NotContainsRule : SingleArgumentConditionalFormattingRule, IPropertyValueProvider
Constructors
NotContainsRule(String)
Initializes a new instance of the Not
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public NotContainsRule(string text)
Parameters
System.
|
NotContainsRule(String, DifferentialFormatting)
Initializes a new instance of the Not
Declaration
public NotContainsRule(string text, DifferentialFormatting formatting)
Parameters
System.
|
Differential
|
Methods
Resolve(ICellValue)
Resolves the rule in regards to a given cell value.
Declaration
protected override double Resolve(ICellValue value)
Parameters
ICell The cell value |
Returns
System.
|