![]() |
Remove Steps
I have a "VS.NET" project that is created dynamically. Is there a way to dynamically remove steps from this project?
|
You can use Project.Steps.Remove(index) if you know the index of the step to remove.
You can iterate over each step in .Steps to locate the index of the step(s) you want to remove. |
All times are GMT -5. The time now is 08:21 PM. |
Copyright © 1999-2023 Kinook Software, Inc.