Converts i into a row state value.
A row state from the i given.
The color index of rowstate.
colorof(rowstate(5))=3
Returns a row state for exclusion from the num given.
Returns a row state for hiding from the num given.
Returns a hue state from the num given.
Returns a labeled state from the num given.
Returns a marker state from the num given.
The following example creates the data table references and then returns the row state of row 1 in Big Class.jmp:
dt1 = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt2 = Open( "$SAMPLE_DATA/San Francisco Crime.jmp" );
Row State( dt1, 1 );
Returns a selected state from the num given.