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