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

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

Syntax

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

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

Inheritance Hierarchy

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

See Also