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

TGridData

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

Declaration

Source position: googlesheets.pp line 2056

type TGridData = class(TGoogleBaseObject)

protected

  procedure SetcolumnMetadata(); virtual;

  procedure SetrowData(); virtual;

  procedure SetstartRow(); virtual;

  procedure SetrowMetadata(); virtual;

  procedure SetstartColumn(); virtual;

published

  property columnMetadata: TGridDataTypecolumnMetadataArray; [rw]

  property rowData: TGridDataTyperowDataArray; [rw]

  property startRow: Integer; [rw]

  property rowMetadata: TGridDataTyperowMetadataArray; [rw]

  property startColumn: Integer; [rw]

end;

Inheritance

TGridData

|

TGoogleBaseObject

|

TObject


Documentation generated on: 2023-03-18