C# Class DataDebugMethods.BootMemo

Show file Open project: plasma-umass/DataDebug Class Usage Examples

Public Methods

Method Description
FastReplace ( Microsoft.Office.Interop.Excel com, DAG dag, InputSample original, InputSample sample, AST outputs, bool replace_original ) : FunctionOutput[]
ReplaceExcelRange ( Microsoft.Office.Interop.Excel.Range com, InputSample input ) : void

Method Details

FastReplace() public method

public FastReplace ( Microsoft.Office.Interop.Excel com, DAG dag, InputSample original, InputSample sample, AST outputs, bool replace_original ) : FunctionOutput[]
com Microsoft.Office.Interop.Excel
dag DAG
original InputSample
sample InputSample
outputs AST
replace_original bool
return FunctionOutput[]

ReplaceExcelRange() public static method

public static ReplaceExcelRange ( Microsoft.Office.Interop.Excel.Range com, InputSample input ) : void
com Microsoft.Office.Interop.Excel.Range
input InputSample
return void