Spread for ASP.NET 10 Product Documentation
IndexOf Method (SpreadImageCollection)


The Spread image to locate in SpreadImageCollection.
Determines the index of a specific spread image in the SpreadImageCollection object.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal img As SpreadImage _
) As Integer
'Usage
 
Dim instance As SpreadImageCollection
Dim img As SpreadImage
Dim value As Integer
 
value = instance.IndexOf(img)
public int IndexOf( 
   SpreadImage img
)

Parameters

img
The Spread image to locate in SpreadImageCollection.

Return Value

The index of value if found in the list; otherwise, -1.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SpreadImageCollection Class
SpreadImageCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.