Index.NumberOfColumns Property
Word Developer Reference |
Sets or returns the number of columns for each page of an index. Read/write Long.
Syntax
expression.NumberOfColumns
expression An expression that an Index object.
Remarks
Specifying 0 (zero) sets the number of columns in the index to the same number as in the document.
Example
This example sets the number of columns in the first index to the same number as in the active document.
Visual Basic for Applications |
---|
|
This example sets a two-column format for each index in the active document.
Visual Basic for Applications |
---|
|
See Also