|
-
Sep 7th, 2011, 02:47 AM
#1
Thread Starter
PowerPoster
[RESOLVED] Color grouping datagridview rows
i need to group the rows of a datagridview rows basing on values in column1
of DGV.
i mean for example while loop
if .Rows(TOPROW).Cells(0).Value =
.Rows(NextRow).Cells(0).Value then
color the rows with some unique color
else
color them differently
some peace of code pl
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|