Unit 'fpsConditionalFormat' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fpspreadsheet]

TsCFColorRangeRule

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpsconditionalformat.pas line 60

type TsCFColorRangeRule = class(TsCFRule)

  StartValueKind: TsCFValueKind;

  

  CenterValueKind: TsCFValueKind;

  

  EndValueKind: TsCFValueKind;

  

  StartValue: Double;

  

  CenterValue: Double;

  

  EndValue: Double;

  

  StartColor: TsColor;

  

  CenterColor: TsColor;

  

  EndColor: TsColor;

  

  ThreeColors: Boolean;

  

  constructor Create;

  

  procedure Assign(); override;

  

  procedure SetupEnd();

  

  procedure SetupCenter();

  

  procedure SetupStart();

  

end;

Inheritance

TsCFColorRangeRule

  

|

TsCFRule

  

|

TObject



CT Web help

CodeTyphon Studio