DataCellCollection Members
Include Protected Members
Include Inherited Members
Represents all data cells in a CustomData object. This class cannot be inherited.
The DataCellCollection 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 | |
---|---|---|
![]() |
ColumnCount | Returns the number of columns in the data cell array. |
![]() |
Count | Gets the number of data cells in the collection. |
![]() |
Item[Int32, Int32] | Returns a data cell at the specified row and column. |
![]() |
RowCount | Returns the number of rows in the data cell array. |
Top