'Declaration
Protected Overridable Sub OnCopyRows( _ ByVal fromRow As Integer, _ ByVal toRow As Integer, _ ByVal count As Integer _ )
Parameters
- fromRow
- Start row index
- toRow
- End row index
- count
- Number of rows
'Declaration
Protected Overridable Sub OnCopyRows( _ ByVal fromRow As Integer, _ ByVal toRow As Integer, _ ByVal count As Integer _ )