Error adding a row to section action

B

Brady

I am trying to programmatically add an action to a shape. When I execute the
following method I get can not add row to this row type. Any thoughts? Or
pointers to some example code would greatly be appreciated.

Thanks

rowid =
shape.AddRow(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionAction, actionCount + 1, actionCount + 1)
 
Top