|
|
|
PartsCollectionClass Class |
PartsCollectionClass Class (Softelvdm.Controls Namespace)
An instance of the PartsCollectionClass class describes a group of parts in one individual cell.
Each cell has an optional parts collection, which can be accessed using the cell's CellBaseClass.Parts property.
VB |
Public Class PartsCollectionClass Inherits Object |
C# |
public class PartsCollectionClass : Object |
C++ |
public ref class PartsCollectionClass : public Object |
Public |
Fields |
Events |
|||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Returns the current number of parts in the parts collection. | |
Returns the part at the specified index in the parts collection. | |
Description | |
Adds the specified part to the parts collection. | |
Removes all parts from the parts collection. | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | 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 | Gets the Type of the current instance. |
Moves the specified part down, towards the end, of the parts collection. | |
Moves the specified part up, closer to the beginning, of the parts collection. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
Removes the specified part from the parts collection. | |
ToString | Returns a String that represents the current Object. |
Description | |
Releases unmanaged resources and performs other cleanup operations before the PartsCollectionClass is reclaimed by garbage collection. | |
MemberwiseClone | Creates a shallow copy of the current Object. |
Version Information
Supported in version 1.0.
Products Table
See Also Softelvdm.Controls Namespace