The Selected Row Index gets or sets the selection by index.
Property Type: Dynamic
Default Value: 0
Hierarchical Reference: ControlNameReturn
The default value of the property can be changed by any of the following methods:
Property Value | Result | Notes |
---|---|---|
5 | Will force the Data Table to result in row 5 being selected. | When forcing the control to result in a value this way we recommend setting the enabled property to be False. |
IF(AND(LengthReturn=100, SWLReturn=850),7,0) | Will force the Data Table to result in row 7 being selected when the control Length equals 100 and SWL equals 850. Otherwise no row will be selected. | When forcing the control to result in a value this way we recommend setting the enabled property to be False. |
Value can be controlled by a rule.