Strategy ONE
WebHeaders
The WebHeaders interface provides a collection of WebHeader objects.
The following methods are available for the WebHeaders interface:
- 
                                                    size— Returns the number of WebHeader objects in the collection. 
- 
                                                    get— Returns the WebHeader 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. 
- 
                                                    getGridRow— Returns the grid row that contains the current WebHeaders collection. 
- 
                                                    getCurrentElement— Returns the WebHeader that is the current element (only for page headers). 
- 
                                                    getWebHeadersByDepth— Returns a collection of header elements at the specified depth (row headers only). 
- 
                                                    getDepthValues— Returns a collection of distinct depth values of its WebHeader members. 
