DBTable.Cells

Returns/sets individual cells as a range.

This property is read only.

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

    Type: Integer

  • Column [in]

    Type: Integer

Range