Feed API customzation class for defining Worksheets feed.

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

Syntax

C#
public class WorksheetFeed : AbstractFeed
Visual Basic (Declaration)
Public Class WorksheetFeed _

	Inherits AbstractFeed
Visual C++
public ref class WorksheetFeed : public AbstractFeed

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.AtomBase
    Google.GData.Client..::.AtomSource
      Google.GData.Client..::.AtomFeed
        Google.GData.Client..::.AbstractFeed
          Google.GData.Spreadsheets..::.WorksheetFeed

See Also