IXLSWorkbook

'A1'

].Font.Bold := true; The following example changes the value of cell B3 to 100 ].Range[

'B3'

100
Workbook.Sheets[1].Range['A1','D5'].Font.Bold := true;
].Range[
Workbook.Sheets[1].Range['B3','B3'].Value := 100;
].Range[
Workbook.Sheets[1].Range['B2','C5'].Merge(False);