TableOfFigures.IncludeLabel Property
Word Developer Reference |
True if the caption label and caption number are included in a table of figures. Read/write Boolean.
Syntax
expression.IncludeLabel
expression An expression that returns a TableOfFigures object.
Example
This example formats the first table of figures in the active document to exclude caption labels (Figure 1, for example).
Visual Basic for Applications |
---|
|
This example adds a table of figures in place of the selection and then formats the table to include caption labels.
Visual Basic for Applications |
---|
|
See Also