Active Query Builder 2 .NET Edition reference
Delete Method (SelectedColumnList)



Removes item at the specified index from the list and disposes it.
Syntax
'Declaration
 
Public Sub Delete( _
   ByVal index As System.Integer _
) 
'Usage
 
Dim instance As SelectedColumnList
Dim index As System.Integer
 
instance.Delete(index)
public void Delete( 
   System.int index
)
public: void Delete( 
   System.int index
) 

Parameters

index
See Also

Reference

SelectedColumnList Class
SelectedColumnList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback