기본 콘텐츠로 건너뛰기

Excel Automation

■ Excel Automation
ws.Range(ws.Cells(row - 1 , col) , ws.Cells(row - 1 , col + 4)).Merge()
ws.Range(ws.Cells(row - 1 , col) , ws.Cells(row - 1 , col + 4)).Select()
xl.Selection.HorizontalAlignment = 3 # xlCenter

댓글