Show / Hide Table of Contents

Class Spreadsheet

Resource that represents a spreadsheet.

Inheritance
System.Object
Spreadsheet
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class Spreadsheet : object, IDirectResponseSchema

Properties

DeveloperMetadata

The developer metadata associated with a spreadsheet.

Declaration
public virtual IList<DeveloperMetadata> DeveloperMetadata { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<DeveloperMetadata>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

NamedRanges

The named ranges defined in a spreadsheet.

Declaration
public virtual IList<NamedRange> NamedRanges { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<NamedRange>

Properties

Overall properties of a spreadsheet.

Declaration
public virtual SpreadsheetProperties Properties { get; set; }
Property Value
Type Description
SpreadsheetProperties

Sheets

The sheets that are part of a spreadsheet.

Declaration
public virtual IList<Sheet> Sheets { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Sheet>

SpreadsheetId

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

Declaration
public virtual string SpreadsheetId { get; set; }
Property Value
Type Description
System.String

SpreadsheetUrl

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

Declaration
public virtual string SpreadsheetUrl { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top