Constructor
Namespace:
Google.GData.Spreadsheets
Assembly:
Google.GData.Spreadsheets (in Google.GData.Spreadsheets.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public WorksheetFeed( Uri uriBase, IService iService ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ uriBase As Uri, _ iService As IService _ ) |
| Visual C++ |
|---|
public: WorksheetFeed( Uri^ uriBase, IService^ iService ) |
Parameters
- uriBase
- Type: System..::.Uri
The uri for the worksheets feed.
- iService
- Type: Google.GData.Client..::.IService
The Spreadsheets service.