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

TSheetProperties

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

Declaration

Source position: googlesheets.pp line 1698

type TSheetProperties = class(TGoogleBaseObject)

protected

  procedure Settitle(); virtual;

  

  procedure Setindex(); virtual;

  

  procedure Sethidden(); virtual;

  

  procedure SetgridProperties(); virtual;

  

  procedure SetsheetId(); virtual;

  

  procedure SetrightToLeft(); virtual;

  

  procedure SettabColor(); virtual;

  

  procedure SetsheetType(); virtual;

  

published

  property title: string; [rw]

  

  property index: Integer; [rw]

  

  property hidden: Boolean; [rw]

  

  property gridProperties: TGridProperties; [rw]

  

  property sheetId: Integer; [rw]

  

  property rightToLeft: Boolean; [rw]

  

  property tabColor: TColor; [rw]

  

  property sheetType: string; [rw]

  

end;

Inheritance

TSheetProperties

  

|

TGoogleBaseObject

  

|

TObject



CT Web help

CodeTyphon Studio