TableStyle.ColumnStripe Property
Word Developer Reference |
Returns or sets a Long that represents the number of columns in the banding when a style specifies odd- or even-column banding. Read/write.
Syntax
expression.ColumnStripe
expression A variable that represents a TableStyle object.
Remarks
Use the Condition method to set odd- or even-column banding for a table style.
Example
This example creates and formats a new table style then applies the new style to a new table. The resulting style causes three columns every third column and two rows every second row to have 20% shading.
Visual Basic for Applications |
---|
|
See Also