Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictures Interface / Count Property


In This Topic
Count Property (IPictures)
In This Topic
Gets the number of pictures in the collection.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As IPictures
Dim value As Integer
 
value = instance.Count

Property Value

The number of pictures in the collection.
See Also