![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
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) |
Definition at line 1202 of file Interfaces.cs.
| IAllowSpreadsheetSelection GenerallyPositive.Browser.IGoogleSheets.WithWebAppUrl | ( | string | webAppUrl | ) |
Implemented in GenerallyPositive.GoogleSheets.