[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CfRule.-ctor

CfRule Constructor

CfRule(bool)

Initializes a new instance of the CfRule class.

Declaration
public CfRule(bool stylish)
Public Sub New(stylish As Boolean)
Parameters
Type Name Description
bool stylish

true indicates the conditional formatting rule will affect to the cell's formatting; otherwise, the conditional formatting rule will have independent behavior for the control.

CfRule(CfRule, FormulaEngine, FormulaEngine)

Initializes a new instance of the CfRule class.

Declaration
protected CfRule(CfRule originRule, FormulaEngine originEngine, FormulaEngine targetEngine)
Protected Sub New(originRule As CfRule, originEngine As FormulaEngine, targetEngine As FormulaEngine)
Parameters
Type Name Description
CfRule originRule

A CfRule rule indicates the rule will be cloned.

FormulaEngine originEngine
FormulaEngine targetEngine