How to access label counts

Is there any way to get the number of labels specified in the Layout parameters of the designer. Specifically, I’m looking for the “Horizontal Count” and “Vertical Count” values. Can you get those values using the DOM functions? If so, can you tell me the parameters to use?

Hi!

Have a look at the DOMViewer :slight_smile:

Regions.Region.Layout.XCount
Regions.Region.Layout.YCount

HP

Is there any way to get the number of labels specified in the Layout parameters of the designer. Specifically, I’m looking for the “Horizontal Count” and “Vertical Count” values. Can you get those values using the DOM functions? If so, can you tell me the parameters to use?