GetColNames Method
The table object.
This method supports the UFT infrastructure. Do not call it directly in your code.
Syntax
'Declaration
 
Public Function GetColNames( _
   ByVal Grid As System.Object _
) As System.Object
public System.object GetColNames( 
   System.object Grid
)

Parameters

Grid
The table object.