Removes a statement from the block as specified by its index.
Syntax
HRESULT RemoveStatementAt([in] long nIndex);
Sub RemoveStatementAt(ByVal nIndex As Long)
Parameters
nIndex
The index of the existing block statement to be removed.