MultiEditorRowPropertiesCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count |
Gets the actual number of row items contained within the Multi |
Item[Int32] |
Gets a row item object from the Multi |
Item[String] |
Gets a row item from the Multi |
#Methods
Name | Description |
---|---|
Add() | Creates and adds a new row item to the collection. |
Add |
Adds an existing row item to the end of the collection. |
Add |
Creates a new Multi |
Add |
Adds an array of Multi |
Clear() |
Removes all row items from the Multi |
Contains |
Determines whether a specific row item is a member of the Multi |
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 |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Searches for a specific row item object and returns the zero-based index of the first occurrence within the Multi |
Insert |
Adds the specified row item to the specified position within the collection. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes a specific row item object from the Multi |
Remove |
Removes a row item object from the Multi |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also