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.
The Caption object is returned by the property Table.Caption.
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.
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.
Usage:
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.