Removes a row from the control.
Syntax
[form!]VSFlexGrid.RemoveItem [ Row As Long ]
Remarks
The Row parameter determines which row should be removed from the control. If provided, it must be in the range between 0 and Rows-1, or an Invalid Index error will occur. If omitted, the last row is deleted.