IV2009 - Item method for PartsListColumn?

IV2009 - Item method for PartsListColumn?

Anonymous
Not applicable
189 Views
1 Reply
Message 1 of 2

IV2009 - Item method for PartsListColumn?

Anonymous
Not applicable
Does this exist? What about a Cells method? I couldn't find either in the API reference. I'd like to loop thru each cell in a PartsListColumn, but it doesn't appear that I will be able to do it with the PartsListColumn object.
0 Likes
190 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
No, you can iterate over cells only from a PartsListRow object. But note
that PartsListRow.Item property accepts a PartsListColumn object as input
for convenience.

Sanjay-
0 Likes