Search
CellCollection.get Method
See Also
 






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

 Overload List

Name Description

CellCollection.get (CellIndex)

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

CellCollection.get (Int32, Int32)

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

CellCollection.get (String)

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

 See Also