Click or drag to resize

MccGridNewExcelExportMain Method (String, String, Boolean)

그리드의 메인/디테일 DataRelation 데이터 중 메인 데이터만 엑셀변환

Namespace:  Mcc.Series.Controls
Assembly:  Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string ExcelExportMain(
	string[] hiddenCell,
	string[] addShowCell,
	bool processStart
)

Parameters

hiddenCell
Type: SystemString
그리드의 내용중 Hidden 시킬 Cell
addShowCell
Type: SystemString
Hidden된 Cell중에서 Hidden = False 시킬 Cell
processStart
Type: SystemBoolean
true이면 저장된 Excel파일을 실행 합니다.

Return Value

Type: String
저장된 파일의 이름
See Also