Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictures Interface / Item Property / Item(String) Property
The name of the picture.


In This Topic
Item(String) Property
In This Topic
Gets the IPicture object with the specified name.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal name As String _
) As IPicture
 
'Usage
 
Dim instance As IPictures
Dim name As String
Dim value As IPicture
 
value = instance.Item(name)

Parameters

name
The name of the picture.

Property Value

The IPicture object with the specified name.
See Also