[]
Represents a conditional formatting rule that accepts blank or nonblank values.
[TypeConverter(typeof(BlankConditionalFormattingRule._a))]
public class BlankConditionalFormattingRule : HighlightConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, IExcelExporter, ICloneable
<TypeConverter(GetType(BlankConditionalFormattingRule._a))>
Public Class BlankConditionalFormattingRule
Inherits HighlightConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, ISerializable, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, IExcelExporter, ICloneable
Name | Description |
---|---|
BlankConditionalFormattingRule(bool) | Initializes a new instance of the BlankConditionalFormattingRule class. |
BlankConditionalFormattingRule(SerializationInfo, StreamingContext) | Initializes a new instance of the BlankConditionalFormattingRule class from serialization. |
Name | Description |
---|---|
IsBlank | Gets or sets a value that indicates whether this conditional formatting rule accepts blank values. |
Name | Description |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object. |
IsValid(int, int, object) | Determines whether the specified value is valid. |