'Declaration Public Overloads Sub AddRows( _ ByVal row As System.Integer, _ ByVal count As System.Integer _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim count As System.Integer instance.AddRows(row, count)
Parameters
- row
- The row index at which to add rows.
- count
- The number of rows to add.