Strategy ONE
WebGridTitles
The WebGridTitles interface provides a collection of WebTitle objects. The collections in the report grid functionality cannot be modified.
The following methods are available for the WebGridTitles interface:
- 
                                                    size— Returns the number of WebTitle objects contained in the collection. 
- 
                                                    get— Returns the WebTitle object specified by the index passed in as a parameter. 
- 
                                                    elements— Returns an Enumeration object, which can be used to iterate through the collection. 
- 
                                                    isEmpty— Returns whether the collection is empty or not. 
