Home |
Search |
Today's Posts |
#12
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
exactly...
which i assume is c# equiv of callbyname(cell.interior, "color", vbget) so.. OP is still NOT using colorindex and workbook.colors() i was refering to this: quote: Stepping back a moment... The big picture of my effort was to be able to write a simple add-in for Excel in C# that could read through a sheet an create an index of the unique cell colors that it encountered. This seems like it should be much easier, so I can't help feel like I missing the fundamentals. keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "Tom Ogilvy" wrote: looked as if OP wasn't aware of .colors() Perhaps it appeared that way, but in his code, it appears he does. object cellColor = cell.Interior.GetType().InvokeMember( "Color", BindingFlags.GetProperty, null, cell.Interior ,null); Note "Color" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drawing toolbar: line color button | Excel Discussion (Misc queries) | |||
Powerpoint / Excel: custom pp RGB color doesn't match identical Excelcustom RGB color | Charts and Charting in Excel | |||
Can't format cell color/text color in Office Excel 2003 in files . | Excel Discussion (Misc queries) | |||
My fill color and font color do not work in Excel Std Edition 2003 | Excel Discussion (Misc queries) | |||
lines/bar chart- on max valued bar, change color | Charts and Charting in Excel |