Implementing GetTabularAttributes and GetTabularData

Implement the GetTabularAttributes method to return the size of the specified table and the numbers of the first and last visible rows.

Implement the GetTabularData method to return an array containing the titles of the table columns and a two-dimensional array of cell data for the specified rows.

When a UFT One user creates a table checkpoint or adds a table output value step, UFT One calls GetTabularAttributes to get the numbers of the visible rows and then calls GetTabularData.