Version

GetTableColNames Method (XamMultiColumnComboEditorProxy)

Returns a list of column names to be used by UFT to build the table to display during a StandardCheckpoint
Syntax
'Declaration
 
Public Function GetTableColNames() As System.String()
public System.string[] GetTableColNames()
public: System.string*[]* GetTableColNames(); 

Return Value

List of column names to be used by UFT to build the table to display during a StandardCheckpoint
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also