Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class / IndexOf Method / IndexOf(SmartPrintRule) Method
Rule (SmartPrintRule object) for which to return the index


In This Topic
    IndexOf(SmartPrintRule) Method
    In This Topic
    Returns the index of the specified rule (SmartPrintRule object).
    Syntax
    'Declaration
     
    
    Public Overloads Function IndexOf( _
       ByVal value As SmartPrintRule _
    ) As Integer
    'Usage
     
    
    Dim instance As SmartPrintRulesCollection
    Dim value As SmartPrintRule
    Dim value As Integer
     
    value = instance.IndexOf(value)
    public int IndexOf( 
       SmartPrintRule value
    )

    Parameters

    value
    Rule (SmartPrintRule object) for which to return the index
    See Also