Deletes the given row from an unbound grid.
[Visual Basic]
Overloads Public Sub Delete( _
ByVal index As Integer _
)
[C#]
public void Delete(
int index
);
[Delphi]
public procedure Delete(
index: Int32
); overload;
Parameters
index
The index of the row to remove.
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace | C1TrueDBDropdown.Delete Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |