PictureEffects.Item Property
Gets a PictureEffect object at the specified index.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As PictureEffect
Get
'Usage
Dim instance As PictureEffects
Dim Index As Integer
Dim value As PictureEffect
value = instance(Index)
PictureEffect this[
int Index
] { get; }
Parameters
Index
Type: System.Int32Specifies an integer representing the indexed location of the PictureEffect object.
Property Value
Type: Microsoft.Office.Core.PictureEffect