Output Object
Overview
The Output object is a collection of individual grid elements. This object enables you to access grid items programmatically, and customize the default appearance of your grid. For more intormation on how to use the Output object, see Chapter 8, Chapter 9 and Chapter 10.
The Caption object is populated by a call to Grid.Display( False ) or Grid.BuildForm, and returned by the property Grid.Output.
Member List
Properties
Returns the <CAPTION> tag and its content for the grid.
Returns the closing </FORM> tag. This property should only be used when Grid.BuildForm(False) is called.
Returns the string "</TABLE>".
Returns the Row object that represents a grid's footer row.
Returns the <FORM> tag for a form used when Grid.BuildForm( False ) is called. This property should not be used in any other scenario.
Returns the Row object that represents a grid's header row.
Returns a collection of Row objects. Each Row object in the collection represents a row in a grid's body between the header and footer.
Returns a grid's <TABLE> tag with all its attributes.