S
some guy
From what I can tell, I need to get a ShapeRange reference and call the
Align() method. I think my 2nd line of code is OK but I have no idea about
line 1. Any hints would be GREATLY appreciated.
1) PowerPoint11.ShapeRange theShapeRange =
theTable.Table.Cell(2,1).SomeMethod?
2) theShapeRange.Align(MsoAlignCmd.msoAlignLefts, MsoTriState.msoFalse);
Align() method. I think my 2nd line of code is OK but I have no idea about
line 1. Any hints would be GREATLY appreciated.
1) PowerPoint11.ShapeRange theShapeRange =
theTable.Table.Cell(2,1).SomeMethod?
2) theShapeRange.Align(MsoAlignCmd.msoAlignLefts, MsoTriState.msoFalse);