Language.WritingStyleList Property
Word Developer Reference |
Returns a string array that contains the names of all writing styles available for the specified language. Read-only Variant.
Syntax
expression.WritingStyleList
expression An expression that returns a Language object.
Example
This example displays each writing style available for U.S. English. Each writing style and its number in the array are also displayed in the Immediate window of the Visual Basic editor.
Visual Basic for Applications |
---|
|
See Also