Click or drag to resize

StiGoogleSheetsConnectorGet Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Data.Connectors.Google.StiGoogleSheetsConnector.Get(System.String,System.String,System.String,System.Boolean)"]

Namespace:  Stimulsoft.Base.Data.Connectors.Google
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static StiGoogleSheetsConnector Get(
	string clientId,
	string clientSecret,
	string spreadsheetId,
	bool firstRowIsHeader
)

Parameters

clientId
Type: SystemString

[Missing <param name="clientId"/> documentation for "M:Stimulsoft.Base.Data.Connectors.Google.StiGoogleSheetsConnector.Get(System.String,System.String,System.String,System.Boolean)"]

clientSecret
Type: SystemString

[Missing <param name="clientSecret"/> documentation for "M:Stimulsoft.Base.Data.Connectors.Google.StiGoogleSheetsConnector.Get(System.String,System.String,System.String,System.Boolean)"]

spreadsheetId
Type: SystemString

[Missing <param name="spreadsheetId"/> documentation for "M:Stimulsoft.Base.Data.Connectors.Google.StiGoogleSheetsConnector.Get(System.String,System.String,System.String,System.Boolean)"]

firstRowIsHeader
Type: SystemBoolean

[Missing <param name="firstRowIsHeader"/> documentation for "M:Stimulsoft.Base.Data.Connectors.Google.StiGoogleSheetsConnector.Get(System.String,System.String,System.String,System.Boolean)"]

Return Value

Type: StiGoogleSheetsConnector

[Missing <returns> documentation for "M:Stimulsoft.Base.Data.Connectors.Google.StiGoogleSheetsConnector.Get(System.String,System.String,System.String,System.Boolean)"]

See Also