Style.Description Property

Returns the description of the specified style. Read-only String.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Description As String
    Get
'Usage
Dim instance As Style
Dim value As String

value = instance.Description
string Description { get; }

Property Value

Type: System.String

Remarks

For example, a typical description for the Heading 2 style might be "Normal + Font: Arial, 12 pt, Bold, Italic, Space Before 12 pt After 3 pt, KeepWithNext, Level 2."

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Word Namespace