Spread for ASP.NET 12 Product Documentation
IndexOf(Object) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SmartPrintRulesCollection Class > IndexOf Method : IndexOf(Object) Method
Object for which to return the index
Returns the index of the specified rule (SmartPrintRule object).
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal value As Object _
) As Integer
'Usage
 
Dim instance As SmartPrintRulesCollection
Dim value As Object
Dim value As Integer
 
value = instance.IndexOf(value)
public int IndexOf( 
   object value
)

Parameters

value
Object for which to return the index
See Also

Reference

SmartPrintRulesCollection Class
SmartPrintRulesCollection Members
Overload List