'Declaration
Public Function RemoveRow( _ ByVal rowIndex As System.Integer _ ) As System.Boolean
public System.bool RemoveRow( System.int rowIndex )
Parameters
- rowIndex
- Index of the row to remove.
Return Value
True, If the row was removed
'Declaration
Public Function RemoveRow( _ ByVal rowIndex As System.Integer _ ) As System.Boolean
public System.bool RemoveRow( System.int rowIndex )