페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

outputType

Type: enOutputType

public enum enOutputType
{
        outNone = 0,
        outList = 1,
        outPivot = 2,
 }

...

outNone0
outList1표 형태 출력
outPivot2Pivot 형태 출력
target

Type: Excel.Range

출력 위치


Return ValueReturns

Type:  Object (DatasetModel)

...