Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class / Contains Method / Contains(SmartPrintRule) Method
Rule (SmartPrintRule object) for which to check


In This Topic
Contains(SmartPrintRule) Method
In This Topic
Determines whether the collection contains the specified rule (SmartPrintRule object).
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal value As SmartPrintRule _
) As Boolean
 
'Usage
 
Dim instance As SmartPrintRulesCollection
Dim value As SmartPrintRule
Dim value As Boolean
 
value = instance.Contains(value)

Parameters

value
Rule (SmartPrintRule object) for which to check
See Also