대상 셀의 폰트에 bold 적용 여부를 설정 합니다.
ObjId.SetCellFontBold(Row, Col, Bold);
Parameter | Type | Required | Description |
---|---|---|---|
Row | Long |
필수 | 해당 셀의 Row Index |
Col | Long or String |
필수 | 해당 셀의 Column Index 또는 SaveName |
Bold | Boolean |
필수 | Bold 여부 |
none
// (2, 3) 셀의 폰트에 bold 적용
mySheet.SetCellFontBold(2, 3, 1);
version | desc |
---|---|
7.0.0.0 |