'Declaration Public Overrides Function AddRows( _ ByVal count As System.Integer _ ) As System.Integer
public override 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.