'Declaration Protected Overridable Sub OnAddRows( _ ByVal row As Integer, _ ByVal count As Integer _ )
'Usage Dim instance As LayoutTemplate Dim row As Integer Dim count As Integer instance.OnAddRows(row, count)
Parameters
- row
- Row index at which to start
- count
- Number of rows to add