Persits Software, Inc. Web Site
Main Menu:  Home |  Manual |  Object Reference |  FAQ |  Download & Buy |  Clients |  Live Demos |  Contact
 Navigator:  Home |  Object Reference |  Caption Object
Output Object Table Object
  Caption Object
The Caption object represents the <CAPTION> tag that immediately follows a grid's <TABLE> tag to specify its title.

The Caption object is returned by the property Table.Caption.

Properties
Font
Value

Font As Object(Read-only)

Returns the Font for the caption.

Usage:
VBScript Grid.Table.Caption.Font.Face = "Arial"
Grid.Table.Caption.Font.Bold = True
XML <Grid>...
 <Table>
  <TableCaption Value="...">
   <Font Face="Arial" Bold="True"/>
  </TableCaption>
 </Table>
</Grid>
Relevant Chapters 3 and all others.

Value As String (Read/Write)
Specifies a value to be put between the <CAPTION> and </CAPTION> tags. This is the default value, so the word .Value may be omitted.

Usage:
VBScript Grid.Table.Caption = "Employees"
XML <Grid>...
 <Table>
  <TableCaption Value="Employees"/>
 </Table>
</Grid>
Relevant Chapters 3 and all others.

Table Object Output Object

Search AspGrid.com
  This site is owned and maintained by Persits Software, Inc. Copyright © 2000 - 2010. All Rights Reserved.