Font Rotation

How do you rotate the text in a table cell in the 2007 powerpoint presentation?

In the old version, this code worked: cell.TextFrame.FontRotation = FontRotationAngle.Degree_90;

What is the new equivalent?

Found the answer: set the TextVerticalType on the Cell, not the TextFrame.