GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IAllowExcelCellSettings Interface Reference
Inheritance diagram for GenerallyPositive.IAllowExcelCellSettings:
GenerallyPositive.IAllowExcelCore GenerallyPositive.IGPALExcel GenerallyPositive.GPALExcel

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)

Detailed Description

Definition at line 828 of file Interfaces.cs.

Member Function Documentation

◆ AppendValue()

IAllowExcelOperations GenerallyPositive.IAllowExcelCellSettings.AppendValue ( string value)

Implemented in GenerallyPositive.GPALExcel.

◆ InsertValue()

IAllowExcelOperations GenerallyPositive.IAllowExcelCellSettings.InsertValue ( string value)

Implemented in GenerallyPositive.GPALExcel.

◆ PrependValue()

IAllowExcelOperations GenerallyPositive.IAllowExcelCellSettings.PrependValue ( string value)

Implemented in GenerallyPositive.GPALExcel.

◆ SetValue()

IAllowExcelOperations GenerallyPositive.IAllowExcelCellSettings.SetValue ( string value)

Implemented in GenerallyPositive.GPALExcel.

◆ WithInsertPosition()

IAllowExcelCellSettings GenerallyPositive.IAllowExcelCellSettings.WithInsertPosition ( int position)

Implemented in GenerallyPositive.GPALExcel.

◆ WithInsertSeparator()

IAllowExcelCellSettings GenerallyPositive.IAllowExcelCellSettings.WithInsertSeparator ( string separator)

Implemented in GenerallyPositive.GPALExcel.


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