 | MccGridNewExcelExportDirect Method (String, String, String, 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
)
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파일을 실행 합니다.
Return Value
Type:
String저장된 파일의 이름
See Also