[]
Returns the index of the specified rule (SmartPrintRule object).
public int IndexOf(SmartPrintRule value)
Public Function IndexOf(value As SmartPrintRule) As Integer
Type | Name | Description |
---|---|---|
SmartPrintRule | value | Rule (SmartPrintRule object) for which to return the index |
Type | Description |
---|---|
int |
Returns the index of the specified rule (SmartPrintRule object).
public int IndexOf(object value)
Public Function IndexOf(value As Object) As Integer
Type | Name | Description |
---|---|---|
object | value | Object for which to return the index |
Type | Description |
---|---|
int |