Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictureEffects Interface / Item Property
The index.


In This Topic
    Item Property (IPictureEffects)
    In This Topic
    Gets the IPictureEffect object at the specified index.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As IPictureEffect
    'Usage
     
    
    Dim instance As IPictureEffects
    Dim index As Integer
    Dim value As IPictureEffect
     
    value = instance.Item(index)
    IPictureEffect this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index.

    Property Value

    The IPictureEffect object at the specified index.
    See Also