VSFlexGrid Control > VSFlexGrid Properties, Events, and Methods > VSFlexGrid Methods > RemoveItem Method |
Removes a row from the control.
[form!]VSFlexGrid.RemoveItem [ Row As Long ]
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.