<<CellText(“Grid1”,3,AllCols,1)>>: Includes cell text which occurs on any column of row 3, page 1.
<<CellText(“Grid1”,Curr,Allcols,1)>>: Includes cell text which occurs on any column of the current row (“Curr”), page 1.
<<CellText(“Grid1”,Curr,Allcols,Curr)>>: Includes cell text which occurs on any column of the current row (Curr”), current page.
<<CellText(“Grid1”,AllRows,C,1)>>: Includes cell text which occurs on any row of column C, page 1.
<<CellText(“Grid1”,AllRows,Allcols,2)>>: Includes cell text which occurs on any cell on page 2. “Any cell” meaning any row/column since AllRows/AllCols is specified for both row and column.
<<CellText(“Grid1”, AllRows, Allcols, Curr)>>: Includes cell text which occurs on any cell on the current page.