rowNumberOfSites
layoutrowNumberOfSites intnumberOfSites
Description
Sets the value of the Number of Sites data entry field in the Definition section of the Create – P&R Objects – Row form to the number of sites in each row. The number of sites is any integer equal to or greater than zero.
GUI Equivalent
Examples
envGetVal("layout" "rowNumberOfSites")
envSetVal("layout" "rowNumberOfSites" 'int 5)
Related Topics
Return to top