Item Propiedad
Gets the specified Cell from the collection. In Microsoft Visual C#, this property is the indexer for the CellCollection 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 | |
---|---|---|
Item[ ( [ ( ICollection] ) ] ) | Gets the specified Cell from the collection 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. | |
Item[ ( [ ( Int32] ) ] ) | Gets the specified Cell from the collection by its index. In Microsoft Visual C#, this property is the indexer for the CellCollection class. | |
Item[ ( [ ( array<Int32> [] () [] []] ) ] ) | Gets the specified Cell from the collection by an array of absolute axis indexes. | |
Item[ ( [ ( Int32, Int32] ) ] ) | Gets the specified Cell from the collection by its coordinate. |
Arriba
Vea también