ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBDropdown.Delete Method (Int32, Int32)

Deletes a range of rows from an unbound grid.

[Visual Basic]

Overloads Public Sub Delete( _

ByVal index As Integer, _

ByVal count As Integer _

)

[C#]

public void Delete(

int index,

int count

);

[Delphi]

public procedure Delete(

index: Int32;

count: Int32

); overload;

Parameters

index

The starting index of the row to remove.

count

The number of rows 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.