Table of Contents

TConditionalFormatValueObject.TConditionalFormatValueObject Constructor

Overloads

TConditionalFormatValueObject.TConditionalFormatValueObject

Creates a new TConditionalFormatValue object.

Syntax

Namespace: FlexCel.Core

public TConditionalFormatValueObject()

See also

TConditionalFormatValueObject.TConditionalFormatValueObject(Boolean, TCfvoType, String)

Creates a new TConditionalFormatValue object.

Syntax

Namespace: FlexCel.Core

public TConditionalFormatValueObject(Boolean aGreaterThanOrEqual, TCfvoType aVoType, String aValue)

Parameters

<-> Parameter Type Description
aGreaterThanOrEqual Boolean
aVoType TCfvoType
aValue String

See also