'Declaration
Public Overridable Sub RemoveRows( _ ByVal row As Integer, _ ByVal count As Integer _ )
Parameters
- row
- Index of first row to be removed
- count
- Number of rows to be removed
'Declaration
Public Overridable Sub RemoveRows( _ ByVal row As Integer, _ ByVal count As Integer _ )