Class NotContainsBlanksRule
Represents a rule that indicates whether a given value is not a blank.
Inheritance
System.Object
NotContainsBlanksRule
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 NotContainsBlanksRule : ConditionalFormattingDxfRule, IPropertyValueProvider
Constructors
NotContainsBlanksRule()
Initializes a new instance of the NotContainsBlanksRule class.
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public NotContainsBlanksRule()
NotContainsBlanksRule(DifferentialFormatting)
Initializes a new instance of the NotContainsBlanksRule class.
Declaration
public NotContainsBlanksRule(DifferentialFormatting formatting)
Parameters
DifferentialFormatting
formatting
|
Methods
Resolve(ICellValue)
Resolves the rule in regards to a given cell value.
Declaration
protected override double Resolve(ICellValue value)
Parameters
ICellValue
value
The cell value |
Returns
System.Double
|