Table 27. CellText Examples Using AllRows/AllCols
Example | Description |
---|---|
<<CellText(“Grid1”,3,AllCols,1)>> | Includes cell text that occurs on any column of row 3, page 1. |
<<CellText(“Grid1”,Curr,Allcols,1)>> | Includes cell text that occurs on any column of the current row (“Curr”), page 1. |
<<CellText(“Grid1”,Curr,Allcols,Curr)>> | Includes cell text that occurs on any column of the current row (Curr”), current page. |
<<CellText(“Grid1”,AllRows,C,1)>> | Includes cell text that occurs on any row of column C, page 1. |
<<CellText(“Grid1”,AllRows,Allcols,2)>> | Includes cell text that 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 that occurs on any cell on the current page. |