Share via


TextRange.IndentLevel Property

Returns or sets the indent level for the specified text as an integer from 1 to 5, where 1 indicates a first-level paragraph with no indentation. Read/write.

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

Syntax

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

value = instance.IndentLevel

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

Property Value

Type: System.Int32

See Also

Reference

TextRange Interface

TextRange Members

Microsoft.Office.Interop.PowerPoint Namespace