Range.Cells

This property returns individual cell as range.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property Range.Cells( _
    Row As Integer, _
    Column As Integer) As Range
  • Row [in]

Type: Integer

  • Column [in]

Type: Integer

Range