Adds the number of given rows to an unbound grid.
[Visual Basic]
Overridable Public Function AddRows( _
ByVal count As Integer _
) As Integer
[C#]
virtual public int AddRows(
int count
);
[Delphi]
public function AddRows(
count: Int32
): Int32; virtual;
Parameters
count
The number of rows to add.
Return Value
The index of the first row that was added.
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |