M
Mike Strieder
Hi,
thx for reading this entry and for your help
I select a cell in Excel (C#) and want to set the Text "ABC123". But in this
Cell the Text "123" should appear in Bold!
How can this work ???
Ciao Mike
ExcelApplication excel = new
ExcelApplication();excel.Workbooks.Open(@"c:\temp\xx.xls",Missing.Value,Miss
ing.Value,Missing.Value,Missing.Value,Missing.Value,Missing.Value,Missing.Va
lue,Missing.Value,Missing.Value,Missing.Value,Missing.Value,Missing.Value,Mi
ssing.Value,Missing.Value); Worksheet wks = (Worksheet)excel.Sheets["test"];
Range r = wks.get_Range("A17", Missing.Value);
.... ????
thx for reading this entry and for your help
I select a cell in Excel (C#) and want to set the Text "ABC123". But in this
Cell the Text "123" should appear in Bold!
How can this work ???
Ciao Mike
ExcelApplication excel = new
ExcelApplication();excel.Workbooks.Open(@"c:\temp\xx.xls",Missing.Value,Miss
ing.Value,Missing.Value,Missing.Value,Missing.Value,Missing.Value,Missing.Va
lue,Missing.Value,Missing.Value,Missing.Value,Missing.Value,Missing.Value,Mi
ssing.Value,Missing.Value); Worksheet wks = (Worksheet)excel.Sheets["test"];
Range r = wks.get_Range("A17", Missing.Value);
.... ????