'Declaration Public Overridable Function AddRows( _ ByVal count As System.Integer _ ) As System.Integer
public virtual System.int AddRows( System.int count )
Parameters
- count
- The number of rows to add.
Return Value
The index of the first row that was added.