Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IPictureEffects Interface / Count Property


In This Topic
    Count Property (IPictureEffects)
    In This Topic
    Gets the count of the number of PictureEffect objects contained within the IPictureEffects collection.
    Syntax
    'Declaration
     
    ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As IPictureEffects
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    The count of the number of PictureEffect objects.
    See Also