I am having a scenario like the following in datagridView - CellPaintingEvent
object cellValue = e.FormattedValue;
through the above sequence i am getting array of values sometimes i.e:
cellValue = system.object[];
pls let me know how to access all those child objects value.
Thanks in advance
dasdas