MobileForms Toolkit Documentation

RowCollection Methods

The methods of the RowCollection class are listed below. For a complete list of RowCollection class members, see the RowCollection Members topic.

Public Instance Methods

Add Adds a Row to the end of the RowCollection.
Clear (inherited from CollectionBase)Removes all objects from the CollectionBase instance.
Contains Determines whether the RowCollection contains a specific element.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from CollectionBase)Returns an enumerator that iterates through the CollectionBase instance.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf Searches for the specified Row and returns the zero-based index of the first occurrence within the entire RowCollection.
Insert Inserts an element into the RowCollection at the specified index.
Remove Removes the first occurrence of a specific Row from the RowCollection.
RemoveAt (inherited from CollectionBase)Removes the element at the specified index of the CollectionBase instance.
RemoveByMappingOverloaded. Removes all rows with selected field mapping from the RowCollection.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

RowCollection Class | Resco.Controls.AdvancedList Namespace