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 Property Item ( _
Level As Integer _
) As TextStyleLevel
Get
'Usage
Dim instance As TextStyleLevels
Dim Level As Integer
Dim value As TextStyleLevel
value = instance.Item(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