TC.vtcColumnSize
Returns the number of fields that contain data in a column.
Equivalent method in VuGen: lrvtc_column_size
TC.vtcColumnSize(colName, vtsName);
Arguments
| Name | Description |
|---|---|
colName | (string) The name of the column. |
| vtsName (Optional) | (string) The alias of the VTS server. |
Return value
0 if completed successfully. If unsuccessful, it throws an exception message.
Example
TC.vtcColumnSize("MyColumn","MyVts");

