This documentation is archived and is not being maintained.
TableCellsCollectionEditor Methods
.NET Framework 1.1
The methods of the TableCellsCollectionEditor class are listed here. For a complete list of TableCellsCollectionEditor class members, see the TableCellsCollectionEditor Members topic.
Public Methods
EditValue (inherited from CollectionEditor) | Overloaded. Edits the value of the specified object. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetEditStyle (inherited from CollectionEditor) | Overloaded. Gets the edit style used by the EditValue method. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetPaintValueSupported (inherited from UITypeEditor) | Overloaded. Indicates whether this editor supports painting a representation of an object's value. |
GetType (inherited from Object) | Gets the Type of the current instance. |
PaintValue (inherited from UITypeEditor) | Overloaded. Paints a representation of the value of an object. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Methods
CanRemoveInstance (inherited from CollectionEditor) | Indicates whether original members of the collection can be removed. |
CanSelectMultipleInstances | Overridden. See CollectionEditor.CanSelectMultipleInstances. |
CreateCollectionForm (inherited from CollectionEditor) | Creates a new form to display and edit the current collection. |
CreateCollectionItemType (inherited from CollectionEditor) | Gets the data type that this collection contains. |
CreateInstance | Overridden. Creates an instance of the editor for use with the specified type. |
CreateNewItemTypes (inherited from CollectionEditor) | Gets the data types that this collection editor can contain. |
DestroyInstance (inherited from CollectionEditor) | Destroys the specified instance of the object. |
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetItems (inherited from CollectionEditor) | Gets an array of objects containing the specified collection. |
GetService (inherited from CollectionEditor) | Gets the requested service, if it is available. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SetItems (inherited from CollectionEditor) | Sets the specified array as the items of the collection. |
ShowHelp (inherited from CollectionEditor) | Displays the default Help topic for the collection editor. |
See Also
TableCellsCollectionEditor Class | System.Web.UI.Design.WebControls Namespace
Show:
