[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormattingValue

ConditionalFormattingValue Class

Represents a complex value of a conditional formatting rule.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(ConditionalFormattingValue._a))]
public class ConditionalFormattingValue : ISerializeSupport, ISerializable
<TypeConverter(GetType(ConditionalFormattingValue._a))>
Public Class ConditionalFormattingValue
    Implements ISerializeSupport, ISerializable

Constructors

Properties

Name Description
Type

Gets the type.

Value

Gets the value.

Methods

Name Description
Equals(object)

Determines whether the specified object is equal to this instance.

GetObjectData(SerializationInfo, StreamingContext)

Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object.

Operators