J
JsJ_Slim
Hi,
I'm trying to detect if a user selected a cell within a powerpoint table
shape, as well as find out which row and column the cell belongs to.
Basically, I'm trying to do the equivalent of the following Word code:
***Code Snippet***
Cell selectedCell = Application.Selection.Cells[1];
int rowIndex = selectedCell.Row.Index;
int colIndex = selectedCell.Column.Index;
******
Please help.
Thanks.
Josh
p.s.
sorry for the trail of posts in the forums and newsgroup. apparently,
"Powerpoint" and "Project" looks the same to me, especially early in the
morning.
I'm trying to detect if a user selected a cell within a powerpoint table
shape, as well as find out which row and column the cell belongs to.
Basically, I'm trying to do the equivalent of the following Word code:
***Code Snippet***
Cell selectedCell = Application.Selection.Cells[1];
int rowIndex = selectedCell.Row.Index;
int colIndex = selectedCell.Column.Index;
******
Please help.
Thanks.
Josh
p.s.
sorry for the trail of posts in the forums and newsgroup. apparently,
"Powerpoint" and "Project" looks the same to me, especially early in the
morning.