Rotate a cell in a general table through a VBA macro.

I need to rotate multiple cells of a table with the help of a macro. The problem is I don't find anything in the ITableAnnotation or ITextFormat members. I tried writing "Test Text" as a string but that didn't work also.

In short I need to do that but with a macro.

SolidworksApi macros