Hi ,
 
I need to get the exact  format style  that is applied to current row in the next row  if there is data in more than one row only.
 
 For example , below is the format style applied to one of the row . I am having different format style for different rows . now here i need to get the exact format styling  mentioned below  in the second row as well  when there is two rows of data .Do we have any option for that .I tried to use SPANROWS but that didnt work .Appreciate your help
 
compute r2;
 
IF r1 eq 3 THEN DO;
CALL DEFINE(_row_ ,'style','style=[font=("helvetica",20pt) indent=3.5cm CELLHEIGHT=2cm VJUST=BOTTOM]');
END;