DBTable.CellsRange

Returns/sets a cell range as a range.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property DBTable.CellsRange( _
    FirstRow As Integer, _
    FirstColumn As Integer, _
    LastRow As Integer, _
    LastColumn As Integer) As Range
  • FirstRow [in]

    Type: Integer

  • FirstColumn [in]

    Type: Integer

  • LastRow [in]

    Type: Integer

  • LastColumn [in]

    Type: Integer

Range