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

TPivotTable

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

Declaration

Source position: googlesheets.pp line 1092

type TPivotTable = class(TGoogleBaseObject)

protected

  procedure SetvalueLayout(); virtual;

  

  procedure Setcolumns(); virtual;

  

  procedure Setsource(); virtual;

  

  procedure Setrows(); virtual;

  

  procedure Setvalues(); virtual;

  

  procedure Setcriteria(); virtual;

  

published

  property valueLayout: string; [rw]

  

  property columns: TPivotTableTypecolumnsArray; [rw]

  

  property source: TGridRange; [rw]

  

  property rows: TPivotTableTyperowsArray; [rw]

  

  property values: TPivotTableTypevaluesArray; [rw]

  

  property criteria: TPivotTableTypecriteria; [rw]

  

end;

Inheritance

TPivotTable

  

|

TGoogleBaseObject

  

|

TObject



CT Web help

CodeTyphon Studio