VGridRows Members
In This Article
#Properties
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Count | Gets the number of elements in the collection. |
First |
Gets the first row from the collection whose Base |
Grid | Gets or sets the vertical grid control that owns the rows collection. |
Has |
Returns true if visible rows exist. |
Inner |
Gets an Array |
Is |
Gets whether the collection is empty. |
Item[Int32] | Gets a row object from the rows collection at the specified position. |
Item[String] | Gets a row from the rows collection by its name. |
Iterator | Provides access to the Rows Iterator. |
Last |
Gets the last row from the collection whose Base |
List protected |
Gets an IList containing the list of elements in the Collection |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
Visible |
Gets the number of rows whose Base |
#Methods
Name | Description |
---|---|
Add |
Adds a specific row to the end of the rows collection and returns its index. |
Add |
|
Add |
|
Add |
|
Add |
Adds an array of row objects to the rows collection. |
Clear() |
Removes all objects from the Collection |
Column |
Returns a row specified by its bound field name in the data source. |
Destroy |
Releases all resources used by the rows in the current collection. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns an enumerator that iterates through the collection. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets a row by the name of the field to which it’s bound. |
Get |
Gets a row by the name of the field to which it’s bound. |
Get |
Returns row properties based on a data source field name of the required row. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Searches for a specific row object and returns the zero-based index of the first occurrence within the rows collection. |
Insert |
Inserts a specific row object into the collection at the specified position. |
Is |
Returns whether the current collection contains a selected row. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Performs additional custom processes after clearing the contents of the Collection |
On |
Performs additional custom processes before inserting a new element into the Collection |
On |
Performs additional custom processes before setting a value in the Collection |
On |
Performs additional custom processes after setting a value in the Collection |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified row from the collection. |
Remove |
Removes the element at the specified index of the Collection |
Row |
Returns a row specified by its name. |
ICollection. |
Copies the entire Collection |
IList. |
Adds an object to the end of the Collection |
IList. |
Determines whether the Collection |
IList. |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire Collection |
IList. |
Inserts an element into the Collection |
IList. |
Removes the first occurrence of a specific object from the Collection |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also