Click or drag to resize

StiGoogleSheetsAdapterServiceCreateConnector Method

Returns new data connector for this type of the database.

Namespace:  Stimulsoft.Report.Dictionary.Adapters.Google
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiGoogleSheetsConnector CreateConnector(
	string clientId,
	string clientSecret,
	string spreadsheetId,
	bool firstRowIsHeader
)

Parameters

clientId
Type: SystemString

[Missing <param name="clientId"/> documentation for "M:Stimulsoft.Report.Dictionary.Adapters.Google.StiGoogleSheetsAdapterService.CreateConnector(System.String,System.String,System.String,System.Boolean)"]

clientSecret
Type: SystemString

[Missing <param name="clientSecret"/> documentation for "M:Stimulsoft.Report.Dictionary.Adapters.Google.StiGoogleSheetsAdapterService.CreateConnector(System.String,System.String,System.String,System.Boolean)"]

spreadsheetId
Type: SystemString

[Missing <param name="spreadsheetId"/> documentation for "M:Stimulsoft.Report.Dictionary.Adapters.Google.StiGoogleSheetsAdapterService.CreateConnector(System.String,System.String,System.String,System.Boolean)"]

firstRowIsHeader
Type: SystemBoolean

[Missing <param name="firstRowIsHeader"/> documentation for "M:Stimulsoft.Report.Dictionary.Adapters.Google.StiGoogleSheetsAdapterService.CreateConnector(System.String,System.String,System.String,System.Boolean)"]

Return Value

Type: StiGoogleSheetsConnector
Created connector.
See Also