Actions.Remove(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes an object from the collection.
public:
void Remove(int Index);
public void Remove (int Index);
Public Sub Remove (Index As Integer)
Parameters
- Index
- Int32
The 1-based index value of the object within the collection.