C# 클래스 DataDebugMethods.BootMemo

파일 보기 프로젝트 열기: plasma-umass/DataDebug 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

FastReplace() 공개 메소드

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
리턴 FunctionOutput[]

ReplaceExcelRange() 공개 정적인 메소드

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