[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SmartPrintRulesCollection.IndexOf

IndexOf Method

IndexOf(SmartPrintRule)

Returns the index of the specified rule (SmartPrintRule object).

Declaration
public int IndexOf(SmartPrintRule value)
Public Function IndexOf(value As SmartPrintRule) As Integer
Parameters
Type Name Description
SmartPrintRule value

Rule (SmartPrintRule object) for which to return the index

Returns
Type Description
int

IndexOf(object)

Returns the index of the specified rule (SmartPrintRule object).

Declaration
public int IndexOf(object value)
Public Function IndexOf(value As Object) As Integer
Parameters
Type Name Description
object value

Object for which to return the index

Returns
Type Description
int
Implements