Share via


TextStyleLevels.Item Property

Returns a single text style level from the specified TextStyleLevels collection.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Level As Integer _
) As TextStyleLevel
    Get
'Usage
Dim instance As TextStyleLevels
Dim Level As Integer
Dim value As TextStyleLevel

value = instance(Level)
TextStyleLevel this[
    int Level
] { get; }

Parameters

  • Level
    Type: System.Int32
    The index number of the text style level in the collection to be returned.

Property Value

Type: Microsoft.Office.Interop.PowerPoint.TextStyleLevel
TextStyleLevel

See Also

Reference

TextStyleLevels Interface

TextStyleLevels Members

Microsoft.Office.Interop.PowerPoint Namespace