Search
CellCollection.Item Property
See Also
 






Gets a Cell object that can be used to manipulate the data of a worksheet cell.

 Overload List

Name Description

CellCollection.Item (CellIndex)

Gets a Cell object that can be used to manipulate the data of the specified cell.

CellCollection.Item (Int32, Int32)

Gets a Cell object that can be used to manipulate the data of the cell with the specified coordinates.

CellCollection.Item (String)

Gets a Cell object that can be used to manipulate the data of the specified cell.

 See Also