Constructor

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

Syntax

C#
public CellFeed(

	Uri uriBase,

	IService iService

)
Visual Basic (Declaration)
Public Sub New ( _

	uriBase As Uri, _

	iService As IService _

)
Visual C++
public:

CellFeed(

	Uri^ uriBase, 

	IService^ iService

)

Parameters

uriBase
Type: System..::.Uri
The uri for this cells feed.
iService
Type: Google.GData.Client..::.IService
The Spreadsheets service.

See Also