The SpreadsheetsService class extends the basic Service abstraction to define a service that is preconfigured for access to the Google Spreadsheets data API.

Namespace:  Google.GData.Spreadsheets
Assembly:  Google.GData.Spreadsheets (in Google.GData.Spreadsheets.dll)
Version: 1.2.3.0

Syntax

C#
public class SpreadsheetsService : Service
Visual Basic (Declaration)
Public Class SpreadsheetsService _

	Inherits Service
Visual C++
public ref class SpreadsheetsService : public Service

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.Service
    Google.GData.Spreadsheets..::.SpreadsheetsService

See Also