![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| 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 () |
Definition at line 798 of file Interfaces.cs.
| IAllowExcelOperations GenerallyPositive.IAllowExcelSheetSelection.WithSheet | ( | int | sheetIndex | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelOperations GenerallyPositive.IAllowExcelSheetSelection.WithSheet | ( | string | sheetName | ) |
Implemented in GenerallyPositive.GPALExcel.