Worksheet.Item Property
| Name | Parameters | Description |
|---|---|---|
| Item[Int32, Int32] | rowIndex, columnIndex | Provides access to an individual cell by indexes of a row and column containing this cell. |
| Item[String] | reference | Provides access to a cell range by its reference string. |