GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IAllowExcelOperations Interface Reference
Inheritance diagram for GenerallyPositive.IAllowExcelOperations:
GenerallyPositive.IAllowExcelSheetSelection GenerallyPositive.IAllowExcelCompareSettings GenerallyPositive.IAllowExcelCore GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IGPALExcel GenerallyPositive.GPALExcel

Public Member Functions

IAllowExcelOperations WithRange (string range)
IAllowExcelOperations WriteRange (string range)
IAllowExcelOperations ClearRanges ()
IAllowExcelCellSettings WithCell (string cell)
IAllowExcelSearchAndReplaceSettings WithSearchValue (string value)
IAllowExcelOperations WithColumn (string column)
IAllowExcelOperations WithRowNumber (int rowNumber)
IAllowExcelOperations CalculateSum (out string result)
IAllowExcelOperations CalculateCount (out string result)
IAllowExcelOperations GetCompareResults (out IGPALGrid< string > results)
Public Member Functions inherited from GenerallyPositive.IAllowExcelSheetSelection
IAllowExcelOperations WithSheet (int sheetIndex)
IAllowExcelOperations WithSheet (string sheetName)
Public Member Functions inherited from GenerallyPositive.IAllowExcelCore
IAllowExcelOperations SaveTo (GPALFile gpalFile)
IAllowExcelOperations SaveTo (IGPALGrid< string > grid)
IAllowExcelOperations SaveTo (int sheetIndex)
IAllowExcelOperations SaveTo (string sheetName)
void Close (bool saveOnClose)
Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult >
TResult ToGPALObject ()
Public Member Functions inherited from GenerallyPositive.IAllowExcelCompareSettings
IAllowExcelOperations CompareToGrid (IGPALGrid< string > grid)
IAllowExcelOperations CompareToFile (GPALFile gpalFile)
IAllowExcelOperations CompareToRange (string range)

Detailed Description

Definition at line 813 of file Interfaces.cs.

Member Function Documentation

◆ CalculateCount()

IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.CalculateCount ( out string result)

Implemented in GenerallyPositive.GPALExcel.

◆ CalculateSum()

IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.CalculateSum ( out string result)

Implemented in GenerallyPositive.GPALExcel.

◆ ClearRanges()

IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.ClearRanges ( )

Implemented in GenerallyPositive.GPALExcel.

◆ GetCompareResults()

IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.GetCompareResults ( out IGPALGrid< string > results)

Implemented in GenerallyPositive.GPALExcel.

◆ WithCell()

IAllowExcelCellSettings GenerallyPositive.IAllowExcelOperations.WithCell ( string cell)

Implemented in GenerallyPositive.GPALExcel.

◆ WithColumn()

IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.WithColumn ( string column)

Implemented in GenerallyPositive.GPALExcel.

◆ WithRange()

IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.WithRange ( string range)

Implemented in GenerallyPositive.GPALExcel.

◆ WithRowNumber()

IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.WithRowNumber ( int rowNumber)

Implemented in GenerallyPositive.GPALExcel.

◆ WithSearchValue()

IAllowExcelSearchAndReplaceSettings GenerallyPositive.IAllowExcelOperations.WithSearchValue ( string value)

Implemented in GenerallyPositive.GPALExcel.

◆ WriteRange()

IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.WriteRange ( string range)

Implemented in GenerallyPositive.GPALExcel.


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