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

Public Member Functions

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.IAllowToGPALObject< TResult >
TResult ToGPALObject ()

Detailed Description

Definition at line 1122 of file Interfaces.cs.


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