GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Browser.IGoogleSheets Interface Reference
Inheritance diagram for GenerallyPositive.Browser.IGoogleSheets:
GenerallyPositive.Browser.IAllowToGPALObject< TResult > GenerallyPositive.Browser.IAllowFormatRange GenerallyPositive.Browser.IAllowScriptOperations GenerallyPositive.Browser.IAllowTriggerSettings GenerallyPositive.Browser.IAllowInsertSettings GenerallyPositive.Browser.IAllowFormatSettings GenerallyPositive.Browser.IAllowDeployWebApp GenerallyPositive.Browser.IAllowInDataOperations GenerallyPositive.Browser.IAllowDataOperations GenerallyPositive.Browser.IAllowSheetOperations GenerallyPositive.Browser.IAllowSheetSelection GenerallyPositive.Browser.IAllowSpreadsheetSelection GenerallyPositive.GoogleSheets

Public Member Functions

IAllowSpreadsheetSelection WithCredentials (ICredentials credentials)
IAllowSpreadsheetSelection WithWebAppUrl (string webAppUrl)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowSpreadsheetSelection
IAllowSheetSelection WithSpreadsheet (string spreadsheetIdOrTitle)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowToGPALObject< TResult >
TResult ToGPALObject ()
Public Member Functions inherited from GenerallyPositive.Browser.IAllowSheetSelection
IAllowInDataOperations WithSheet (object sheetNameOrId)
IAllowSheetSelection ListSheets (out IEnumerable<(string name, int sheetId)> sheets)
IAllowSheetSelection SetSpreadsheetTitle (string title)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowDataOperations
IAllowDataOperations AppendToCell (string cell)
IAllowDataOperations PrependToCell (string cell)
IAllowSheetOperations WithWriteRange (string range)
IAllowDataOperations CalculateSum (out string result)
IAllowDataOperations CalculateCount (out string result)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowInsertSettings
IAllowInsertSettings WithInsertPosition (int position)
IAllowInsertSettings WithInsertSeparator (string separator)
IAllowDataOperations InsertAtCell (string cell)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowSheetOperations
IAllowSheetSelection DeleteSheet (object sheetNameOrId)
IAllowDataOperations WriteToSheet (object sheetNameOrId)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowGoogleSheetsSaveTo
IAllowSheetSelection SaveTo (out IGPALGrid< string > gPalGrid)
IAllowSheetSelection SaveTo (GPALFile gPALFile)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowInDataOperations
IAllowSheetSelection SetSheetName (string sheetName)
IAllowDataOperations WithReadRange (string range)
IAllowDataOperations WithData (IGPALGrid< string > data)
IAllowFormatSettings WithFormatType (FormatType formatType)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowWithTriggerFunction
IAllowTriggerSettings WithTriggerFunction (string functionName)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowDeployWebApp
IAllowDataOperations DeployScriptAsWebApp (out string webAppUrl)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowFormatSettings
IAllowFormatRange WithFormatValue (object formatValue)
IAllowFormatRange WithAlignmentFormatValue (HorizontalAlignmentType alignment)
IAllowFormatRange WithAlignmentFormatValue (VerticalAlignmentType alignment)
IAllowFormatRange WithNumberFormatValue (NumberFormatType numberFormat)
IAllowFormatRange WithTextRotationFormatValue (TextRotationType rotation)
IAllowFormatRange WithColorFormatValue (Color color)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowTriggerSettings
IAllowTriggerSettings WithTriggerSchedule (TriggerScheduleType schedule)
IAllowDataOperations CreateTrigger (GoogleTriggerType triggerType)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowScriptOperations
IAllowScriptOperations WithProjectId (string projectId)
IAllowScriptOperations WithScriptName (string scriptName)
IAllowScriptOperations WithScriptAccess (ScriptAccessType access)
IAllowScriptOperations WithExecuteAs (ExecuteAsType executeAs)
IAllowScriptOperations WithDeploymentDescription (string description)
IAllowScriptOperations WithVersionNumber (int versionNumber)
IAllowDeployWebApp UploadScript (string scriptContent)
IAllowDeployWebApp UploadScript (GPALFile scriptFile)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowFormatRange
IAllowInDataOperations FormatRange (string range)

Detailed Description

Definition at line 1202 of file Interfaces.cs.

Member Function Documentation

◆ WithWebAppUrl()

IAllowSpreadsheetSelection GenerallyPositive.Browser.IGoogleSheets.WithWebAppUrl ( string webAppUrl)

The documentation for this interface was generated from the following file: