Share via


ParagraphFormat2.IndentLevel Property

Gets or sets a value representing the indent level assigned to text in the selected paragraph. Read/write.

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

Syntax

'Declaration
Property IndentLevel As Integer
    Get
    Set
'Usage
Dim instance As ParagraphFormat2
Dim value As Integer

value = instance.IndentLevel

instance.IndentLevel = value
int IndentLevel { get; set; }

Property Value

Type: System.Int32
Integer

See Also

Reference

ParagraphFormat2 Interface

ParagraphFormat2 Members

Microsoft.Office.Core Namespace