Compartir a través de


DataCellCollection Miembros

Represents all data cells in a CustomData object. This class cannot be inherited.

El tipo DataCellCollection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública ColumnCount Returns the number of columns in the data cell array.
Propiedad pública Count Gets the number of data cells in the collection.
Propiedad pública Item Returns a data cell at the specified row and column.
Propiedad pública RowCount Returns the number of rows in the data cell array.

Principio