This documentation is archived and is not being maintained.
TableRowCollection Methods
Visual Studio 2008
The TableRowCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Appends the specified TableRow object to the end of the TableRowCollection. |
|
AddAt | Adds the specified TableRow object to the TableRowCollection at the specified index location. |
|
AddRange | Appends the TableRow objects from the specified array to the end of the collection. |
|
Clear | Removes all TableRow controls from the TableRowCollection. |
|
CopyTo | Copies the items from the TableRowCollection to the specified System::Array, starting with the specified index in the System::Array. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnumerator | Returns a System.Collections::IEnumerator implemented object that contains all TableRow objects within the TableRowCollection. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetRowIndex | Returns a value that represents the index of the specified TableRow from the TableRowCollection. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | Removes the specified TableRow from the TableRowCollection. |
|
RemoveAt | Removes a TableRow from the TableRowCollection at the specified index. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
|
OfType | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
|
IList::Add | Infrastructure. Adds an object to the collection. |
|
IList::Contains | Infrastructure. Determines whether the specified object is contained within the collection. |
|
IList::IndexOf | Infrastructure. Searches for the specified object and returns the zero-based index of the first occurrence within the collection. |
|
IList::Insert | Infrastructure. Inserts an object into the collection at the specified index. |
|
IList::Remove | Infrastructure. Removes an object from the collection. |
Show: