Click or drag to resize

MccGridNew.ExcelExport Method (String,String[],String[], Boolean, Boolean)

그리드의 내용을 엑셀로 Export 합니다.

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 ExcelExport(
	string fileName,
	string[] hiddenCell,
	string[] addShowCell,
	bool processStart,
	bool merge
)

Parameters

fileName
Type: System.String
Excel File Name
hiddenCell
Type:System.String[]
그리드의 내용중 Hidden 시킬 Cell
addShowCell
Type:System.String[]
Hidden된 Cell중에서 Hidden = False 시킬 Cell
processStart
Type: System.Boolean
true이면 저장된 Excel파일을 실행 합니다.
merge
Type: System.Boolean
그리드 내용 중 Merge된 셀을 엑셀에서도 Merge

Return Value

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