MicroStrategy ONE

WebGridHeaders

The WebGridHeaders interface exposes information about the row, columns, or page headers. The methods provide information about the block of headers contained in the report.

The following methods are available for the WebGridHeaders interface:

  • getBlockBegin— Returns the index number of the first row or column for a document, had the document been the entire report instance (@pi).  

  • getBlockCount— Returns the number of row or column headers in a document.  This number can differ from the total count of row or column headers since some of the headers can be missing from the report instance because the document can be a partial document (@pc).  

  • get— Returns a WebHeaders object, which is a collection of WebHeader objects, specified by the index passed as a parameter.  The header elements objects are always ordered from the top to the bottom of the row or columns.  

  • size— Returns the number of WebHeaders collections contained in this collection.  

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

  • isEmpty— Returns whether the collection is empty.