ITestable Interface : GetTabularData Method |
Visual Basic |
---|
Public Sub GetTabularData( _ ByVal objId As Variant, _ ByVal uMinRow As UInt, _ ByVal uMaxRow As UInt, _ ByRef columnTitles() As String, _ ByRef tableData() As Variant _ ) |
- objId
- uMinRow
- The index of the first row of data to return.
- uMaxRow
- The index of the last row of data to return.
- columnTitles
- An array of column titles.
- tableData
- SummaryA two-dimensional array of cell data.
Implement this method if the Testing Agent supports table check points.
GetTabularAttributes is generally called before this method to get the visible row numbers.