Interface IAllowExcelSettings
Assembly: GPAL.dll
Syntax
public interface IAllowExcelSettings : IAllowToGPALObject<IGPALFile>
Methods
WithExcelWorkbook(String)
Declaration
IAllowExcelSettings WithExcelWorkbook(string filename)
Parameters
| Type |
Name |
Description |
| System.String |
filename |
|
Returns
WithRange(String)
Declaration
IAllowExcelActions WithRange(string rangeStart)
Parameters
| Type |
Name |
Description |
| System.String |
rangeStart |
|
Returns
WithRangeStart(String)
Declaration
IAllowExcelRangeEnd WithRangeStart(string rangeStart)
Parameters
| Type |
Name |
Description |
| System.String |
rangeStart |
|
Returns