Represents the CADListView cells collection
Top
Top
The following tables list the members exposed by the ListItemCollection type.
Name | Description | |
---|---|---|
Capacity | (inherited from CollectionBase). | |
Count | (inherited from CollectionBase). | |
Item | Gets or sets a ListItem object at the specified index in the collection. |
Name | Description | |
---|---|---|
Add | Adds a ListItem to the ListItemCollection. | |
Clear | (inherited from CollectionBase). | |
Contains | Determines whether the collection contains the specified ListItem. | |
Equals | (Overloaded) (inherited from Object). | |
GetEnumerator | (inherited from CollectionBase). | |
GetHashCode | (inherited from Object). | |
GetType | (inherited from Object). | |
IndexOf | Determines the index of the specified ListItem in the collection. | |
Insert | Inserts a ListItem into the collection at the specified position. | |
ReferenceEquals | (inherited from Object). | |
Remove | Removes the first occurrence of the specified ListItem from the collection. | |
RemoveAt | (inherited from CollectionBase). | |
ToString | (inherited from Object). |