PictureEffects.Count Property
Gets the count of the number of PictureEffect objects contained within the PictureEffects collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Count As Integer
Get
'Usage
Dim instance As PictureEffects
Dim value As Integer
value = instance.Count
int Count { get; }
Property Value
Type: System.Int32
Remarks
Read-only.