[You have to uesd
using Excel1 = Microsoft.Offic e.Interop.Excel ;
Excel1.Applicat ion m_KeletoXL;
Excel1.Workbook m_KeletexcelWor kbook;
Excel1.Workshee t m_KeletoSheet;
Excel1.Range m_KeletRange;
Array m_myvalues;
m_oSheet[IndexShett].get_Range(rowS tart, rowEnd).Font.Bo ld = true;
m_oSheet[IndexShett].get_Range(rowS tart, rowEnd).Font.Co lor = ColorTranslator .ToWin...
User Profile
Collapse
-
Ran set color to column of listview
Hello !
I use in listview in my program ( at #C )
I want to set color to titles of column at listview.
I understood that is problem at #C so I need to used win32 message
I try to use LVM_SETBKCOLOR to check if I know to use this message but I can't operate those message .
Can I used any win32 message to set colors to titles of column ?
No activity results to display
Show More
Leave a comment: