How to use GroupId (of the Multiple Row grouping)

How to use GroupId (of the Multiple Row grouping)

glanard
Enthusiast Enthusiast
169 Views
0 Replies
Message 1 of 1

How to use GroupId (of the Multiple Row grouping)

glanard
Enthusiast
Enthusiast

Hi,

While having a multiple row grouping like:

Capture.JPG

How can I get the detail of all the rows that are grouped?

 

foreach (ACW.ItemAssoc itemAssoc in itemBOM.ItemAssocArray)
{
if (itemAssoc.IsGroup)
{
Console.WriteLine(itemAssoc.GroupId);
}
}

 

Thanks

0 Likes
170 Views
0 Replies
Replies (0)