Entry API customization class for defining entries in a Worksheets feed.

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

Syntax

C#
public class WorksheetEntry : AbstractEntry
Visual Basic (Declaration)
Public Class WorksheetEntry _

	Inherits AbstractEntry
Visual C++
public ref class WorksheetEntry : public AbstractEntry

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.AtomBase
    Google.GData.Client..::.AtomEntry
      Google.GData.Client..::.AbstractEntry
        Google.GData.Spreadsheets..::.WorksheetEntry

See Also