DataValueCollection Members
Include Protected Members
Include Inherited Members
Represents the data values in one cell of a CustomData object. This class cannot be inherited.
The DataValueCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of data values in the collection. | |
Item[Int32] | Gets the data value at the specified index. |
Top