Class FetchSheetsAsyncControl
Implements
Inherited Members
Namespace: GoogleSheetFetcher.Editor
Assembly: GoogleSheetFetcher.Editor.dll
Syntax
public class FetchSheetsAsyncControl : AsyncControlBase<IList<Sheet>>, IAsyncControl
Constructors
| Improve this Doc View SourceFetchSheetsAsyncControl(SheetsService, String)
Constructor.
Declaration
public FetchSheetsAsyncControl(SheetsService sheetsService, string spreadsheetId)
Parameters
Type | Name | Description |
---|---|---|
SheetsService | sheetsService | A instance of the |
String | spreadsheetId | The name of the Spreadsheet. |
Methods
| Improve this Doc View SourceOnStart()
Declaration
protected override void OnStart()
Overrides
GoogleSheetFetcher.Editor.AsyncControls.AsyncControlBase<System.Collections.Generic.IList<GoogleSheetFetcher.Editor.Sheet>>.OnStart()