Table Method: BuildTiledRanges 

Purpose

Creates a series of Range objects that together span all rows of a table.

Syntax

The BuildTiledRanges method has the syntax:

BuildTiledRanges(Size)

Parameters

Size: Number of rows to be placed in each range

Description

This method provides an easy way to build a collection of "tiled ranges" that together completely cover the table. This method is useful for adjusting table data access according to the displayed data in your user interface.

The Size parameter indicates the number of rows each resulting Range object is to contain.