Method | Description | |
---|---|---|
Add ( |
Adds an instance of type SelectColumn to the end of this SelectColumnCollection.
|
|
AddRange ( |
Adds the elements of an array to the end of this SelectColumnCollection.
|
|
AddRange ( |
Adds the elements of another SelectColumnCollection to the end of this SelectColumnCollection.
|
|
Contains ( |
Determines whether a specfic SelectColumn value is in this SelectColumnCollection.
|
|
GetEnumerator ( ) : Enumerator |
Returns an enumerator that can iterate through the elements of this SelectColumnCollection.
|
|
IndexOf ( |
Return the zero-based index of the first occurrence of a specific value in this SelectColumnCollection
|
|
Insert ( int index, |
Inserts an element into the SelectColumnCollection at the specified index
|
|
Remove ( |
Removes the first occurrence of a specific SelectColumn from this SelectColumnCollection.
|
|
SelectColumnCollection ( ) : System |
Initializes a new empty instance of the SelectColumnCollection class.
|
|
SelectColumnCollection ( |
Initializes a new instance of the SelectColumnCollection class, containing elements copied from an array.
|
|
SelectColumnCollection ( |
Initializes a new instance of the SelectColumnCollection class, containing elements copied from another instance of SelectColumnCollection
|
|
this ( int index ) : |
Gets or sets the SelectColumn at the given index in this SelectColumnCollection.
|
public Add ( |
||
value | /// The SelectColumn to be added to the end of this SelectColumnCollection. /// | |
return | void |
public AddRange ( |
||
items | /// The array whose elements are to be added to the end of this SelectColumnCollection. /// | |
return | void |
public AddRange ( |
||
items | /// The SelectColumnCollection whose elements are to be added to the end of this SelectColumnCollection. /// | |
return | void |
public Contains ( |
||
value | /// The SelectColumn value to locate in this SelectColumnCollection. /// | |
return | bool |
public IndexOf ( |
||
value | /// The SelectColumn value to locate in the SelectColumnCollection. /// | |
return | int |
public Insert ( int index, |
||
index | int | /// The index at which the SelectColumn is to be inserted. /// |
value | /// The SelectColumn to insert. /// | |
return | void |
public Remove ( |
||
value | /// The SelectColumn value to remove from this SelectColumnCollection. /// | |
return | void |
public SelectColumnCollection ( |
||
items | /// The array whose elements are to be added to the new SelectColumnCollection. /// | |
return | System |
public SelectColumnCollection ( |
||
items | /// The SelectColumnCollection whose elements are to be added to the new SelectColumnCollection. /// | |
return | System |