Compartir a través de


Item Propiedad

Gets an instance of a Cell. In Microsoft Visual C#, this property is the indexer for the CellSet class.

Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.

Lista de sobrecargas

  Nombre Descripción
Propiedad pública Item[ ( [ ( ICollection] ) ] ) Gets the specified Cell by an ICollection interface that contains a collection of absolute axis indexes. In Microsoft Visual C#, this property is the indexer for the CellCollection class.
Propiedad pública Item[ ( [ ( Int32] ) ] ) Gets an instance of a Cell by its index. In Microsoft Visual C#, this property is the indexer for the CellSet class.
Propiedad pública Item[ ( [ ( array<Int32> [] () [] []] ) ] ) Gets the specified Cell from the collection by an array of absolute axis indexes.
Propiedad pública Item[ ( [ ( Int32, Int32] ) ] ) Gets the specified Cell from the collection.

Arriba

Comentarios

This property is functionally equivalent to CellSet.Cells.Item(index). For more information, see Item.