Unit 'googlesheets' Package
[Overview][Types][Classes][Index] [#lz_googleapi]

TDuplicateSheetRequest

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

Declaration

Source position: googlesheets.pp line 2159

type TDuplicateSheetRequest = class(TGoogleBaseObject)

protected

  procedure SetsourceSheetId(); virtual;

  

  procedure SetnewSheetId(); virtual;

  

  procedure SetinsertSheetIndex(); virtual;

  

  procedure SetnewSheetName(); virtual;

  

published

  property sourceSheetId: Integer; [rw]

  

  property newSheetId: Integer; [rw]

  

  property insertSheetIndex: Integer; [rw]

  

  property newSheetName: string; [rw]

  

end;

Inheritance

TDuplicateSheetRequest

  

|

TGoogleBaseObject

  

|

TObject



CT Web help

CodeTyphon Studio