The RowHeader element controls the header-like column headings that go down the rows (as in a PROC FREQ, for example, where the variable values go down the side and have the same formatting as the column headers).
The RowHeader element inherits style attributes from the Header style element. So if you're doing this in a style template, you'd change the Header style element.
If you're doing this in a style template, then change the Header style element to alter the column headers' attributes.
The potentially confusing thing is that for PROC PRINT and PROC REPORT, when you say: style(header), you might be changing either column headers or row headers, depending on your report -- but essentially, PROC PRINT and PROC REPORT are letting you cut out the style template because they are overriding what's in the style template. (well, PROC TABULATE, too.)
cynthia
... View more