[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlesheets.pp line 1008
type TUpdateConditionalFormatRuleResponse = class(TGoogleBaseObject) |
protected |
procedure SetoldIndex(); virtual; |
procedure SetnewRule(); virtual; |
procedure SetoldRule(); virtual; |
procedure SetnewIndex(); virtual; |
published |
property oldIndex: Integer; [rw] |
property newRule: TConditionalFormatRule; [rw] |
property oldRule: TConditionalFormatRule; [rw] |
property newIndex: Integer; [rw] |
end; |
| |
| |
TObject |