Show / Hide Table of Contents

Interface IAllowExcelSettings

Inherited Members
IAllowToGPALObject<IGPALFile>.ToGPALObject()
Namespace: GenerallyPositive
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
Type Description
IAllowExcelSettings

WithRange(String)

Declaration
IAllowExcelActions WithRange(string rangeStart)
Parameters
Type Name Description
System.String rangeStart
Returns
Type Description
IAllowExcelActions

WithRangeStart(String)

Declaration
IAllowExcelRangeEnd WithRangeStart(string rangeStart)
Parameters
Type Name Description
System.String rangeStart
Returns
Type Description
IAllowExcelRangeEnd
In This Article
Back to top Generated by DocFX