MultiDrillDown Method
Description
Gets detailed information about a graph area consisting of four sets of coordinates.
Syntax
Visual Basic
Public Function MultiDrillDown( _
   ByVal Areas As Variant _
) As List
Parameters
Areas
The area of the graph to retrieve, based on its data grid view.
Return Type
A list of objects representing the data in the specified cell of the graph. For example, in a defect graph, DrillDown returns a list of Bug objects.
Remarks
Areas is a two-dimensional variant array representing a list of rectangular areas in data grid. The first array dimension size must be 4.
Such an array can be logically modeled as a table with four columns where each row represents one rectangular area. Each rectangular area is a set of four coordinates: TopLeftColNum, TopLeftRowNum, BottomRightColNum, and BottomRightRowNum.
See Also