sheets  v4
Properties | List of all members
Google.Apis.Sheets.v4.Data.Spreadsheet Class Reference

Resource that represents a spreadsheet. More...

Inheritance diagram for Google.Apis.Sheets.v4.Data.Spreadsheet:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< DeveloperMetadataDeveloperMetadata [get, set]
 The developer metadata associated with a spreadsheet. More...
 
virtual System.Collections.Generic.IList< NamedRangeNamedRanges [get, set]
 The named ranges defined in a spreadsheet. More...
 
virtual SpreadsheetProperties Properties [get, set]
 Overall properties of a spreadsheet. More...
 
virtual System.Collections.Generic.IList< SheetSheets [get, set]
 The sheets that are part of a spreadsheet. More...
 
virtual string SpreadsheetId [get, set]
 The ID of the spreadsheet. This field is read-only. More...
 
virtual string SpreadsheetUrl [get, set]
 The url of the spreadsheet. This field is read-only. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Resource that represents a spreadsheet.

Property Documentation

◆ DeveloperMetadata

virtual System.Collections.Generic.IList<DeveloperMetadata> Google.Apis.Sheets.v4.Data.Spreadsheet.DeveloperMetadata
getset

The developer metadata associated with a spreadsheet.

◆ ETag

virtual string Google.Apis.Sheets.v4.Data.Spreadsheet.ETag
getset

The ETag of the item.

◆ NamedRanges

virtual System.Collections.Generic.IList<NamedRange> Google.Apis.Sheets.v4.Data.Spreadsheet.NamedRanges
getset

The named ranges defined in a spreadsheet.

◆ Properties

virtual SpreadsheetProperties Google.Apis.Sheets.v4.Data.Spreadsheet.Properties
getset

Overall properties of a spreadsheet.

◆ Sheets

virtual System.Collections.Generic.IList<Sheet> Google.Apis.Sheets.v4.Data.Spreadsheet.Sheets
getset

The sheets that are part of a spreadsheet.

◆ SpreadsheetId

virtual string Google.Apis.Sheets.v4.Data.Spreadsheet.SpreadsheetId
getset

The ID of the spreadsheet. This field is read-only.

◆ SpreadsheetUrl

virtual string Google.Apis.Sheets.v4.Data.Spreadsheet.SpreadsheetUrl
getset

The url of the spreadsheet. This field is read-only.


The documentation for this class was generated from the following file: