 | MccGridExcelExportDirect 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)
Syntaxpublic string ExcelExportDirect(
string fileName,
string[] hiddenCell,
string[] addShowCell,
bool processStart,
bool merge
)
Parameters
- fileName
- Type: SystemString
Excel File Name - hiddenCell
- Type: SystemString
그리드의 내용중 Hidden 시킬 Cell - addShowCell
- Type: SystemString
Hidden된 Cell중에서 Hidden = False 시킬 Cell - processStart
- Type: SystemBoolean
true이면 저장된 Excel파일을 실행 합니다. - merge
- Type: SystemBoolean
그리드 내용 중 Merge된 셀을 엑셀에서도 Merge
Return Value
Type:
String저장된 파일의 이름
See Also