PictureEffects.Delete Method
Deletes a PictureEffect object from the collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub Delete ( _
Index As Integer _
)
'Usage
Dim instance As PictureEffects
Dim Index As Integer
instance.Delete(Index)
void Delete(
int Index
)
Parameters
Index
Type: System.Int32Specifies the index number of the PictureEffect object to delete.