![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Definition at line 813 of file Interfaces.cs.
| IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.CalculateCount | ( | out string | result | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.CalculateSum | ( | out string | result | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.ClearRanges | ( | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.GetCompareResults | ( | out IGPALGrid< string > | results | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelCellSettings GenerallyPositive.IAllowExcelOperations.WithCell | ( | string | cell | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.WithColumn | ( | string | column | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.WithRange | ( | string | range | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.WithRowNumber | ( | int | rowNumber | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelSearchAndReplaceSettings GenerallyPositive.IAllowExcelOperations.WithSearchValue | ( | string | value | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelOperations GenerallyPositive.IAllowExcelOperations.WriteRange | ( | string | range | ) |
Implemented in GenerallyPositive.GPALExcel.