Unicode Controls & Classes for VB6 - Version 4
ctlUniGrid
.RemoveRow Method
Removes the given row
Syntax
Public Sub RemoveRow (Optional ByVal
iRow
As Long = -1, _
Optional ByVal
bCheckSize
As Boolean = True)
Parameters
Parameter
Description
Optional ByVal
iRow
As Long = -1
The row index, pass -1& to remove the last row
Optional ByVal
bCheckSize
As Boolean = True
Leave True for recalculate the size after having removed the row
Remarks