MicroStrategy ONE

WebGridRows

The WebGridRows interface provides a collection of all the rows of a report.  This is a zero-based collection of WebRow objects, where the first index is the first row of the report. So the first element has index as zero.

The following methods are available for the WebGridRows interface:  

  • size— Returns the number of WebRow objects in the collection.  

  • get— Returns the WebRow object specified by the index passed in as a parameter.  

  • elements— Returns an Enumeration object, which is used to iterate through the collection.  

  • isEmpty— Returns whether the collection is empty.