Qtp-dt-parameter
提供:Dev Guides
QTP-DTParameterオブジェクトのプロパティ
Method Name | Description | Syntax |
---|---|---|
Name | Returns the name of the parameter in the run-time datatable. | DTParameter.Name |
RawValue | Returns the raw value of the cell in the current row of the runtime datatable. | DTParameter.RawValue |
Value | Retrieves or sets the value of the cell in the Active row of the parameter in the run-time datatable. | DTParameter.Value |
ValueByRow | Retrieves the value of the cell in the specified row of the parameter in the run-time datatable. | DTParameter.ValueByRow (RowNum) |
例
次のDataTableを考慮してください-