AutoParameterizeTables Property
Description
Records a single Input statement and creates a data sheet containing the data for all cells that are set during a single server correspondence, enabling easy parameterization of cell values.
Property type
Read-write property
Syntax
Visual Basic
Public Property AutoParameterizeTables As Boolean
Return Value
  • True--While recording, the data entered in a table or grid is recorded as a single Input statement that refers to a special input data sheet, which contains the cell data for each cell in which data is set.
  • False--A SetCellData statement is recorded for each value set in a table. 
  • Remarks

    This option applies only to table, grid, and APO grid controls.

    For a detailed explanation of how to work with the auto-parameterize tables and grids option, refer to the SAP Solutions Add-in section of UFT One Help Center.

    Example
    See Also