![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowExcelCellSettings | WithInsertPosition (int position) |
| IAllowExcelCellSettings | WithInsertSeparator (string separator) |
| IAllowExcelOperations | InsertValue (string value) |
| IAllowExcelOperations | SetValue (string value) |
| IAllowExcelOperations | AppendValue (string value) |
| IAllowExcelOperations | PrependValue (string value) |
| 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) |
Definition at line 828 of file Interfaces.cs.
| IAllowExcelOperations GenerallyPositive.IAllowExcelCellSettings.AppendValue | ( | string | value | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelOperations GenerallyPositive.IAllowExcelCellSettings.InsertValue | ( | string | value | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelOperations GenerallyPositive.IAllowExcelCellSettings.PrependValue | ( | string | value | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelOperations GenerallyPositive.IAllowExcelCellSettings.SetValue | ( | string | value | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelCellSettings GenerallyPositive.IAllowExcelCellSettings.WithInsertPosition | ( | int | position | ) |
Implemented in GenerallyPositive.GPALExcel.
| IAllowExcelCellSettings GenerallyPositive.IAllowExcelCellSettings.WithInsertSeparator | ( | string | separator | ) |
Implemented in GenerallyPositive.GPALExcel.