 | MccGridNewExcelExport Method (String, String, Boolean) |
[Missing <summary> documentation for "M:Mcc.Series.Controls.MccGridNew.ExcelExport(System.String[],System.String[],System.Boolean)"]
Namespace:
Mcc.Series.Controls
Assembly:
Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ExcelExport(
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