Skip

The Skip method skips a number of rows forward or backward in a table.

Applies To

All Table objects

Syntax

objTasksTable.Skip RowsToSkip

Parameters

RowsToSkip
Optional. Specifies the number of rows to skip.

Remarks

If the RowsToSkip parameter is not specified, the cursor is moved to the next item in the table.

See Also

Tables