Share via


TextRange2.ParagraphFormat Property

Returns the paragraph formatting for the specified text. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property ParagraphFormat As ParagraphFormat2
    Get
'Usage
Dim instance As TextRange2
Dim value As ParagraphFormat2

value = instance.ParagraphFormat
ParagraphFormat2 ParagraphFormat { get; }

Property Value

Type: Microsoft.Office.Core.ParagraphFormat2
ParagraphFormat2

See Also

Reference

TextRange2 Interface

TextRange2 Members

Microsoft.Office.Core Namespace