Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class / Add Method / Add(Object) Method
Rule (SmartPrintRule object) to add


Add(Object) Method
Adds a rule (SmartPrintRule object) to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal value As Object _
) As Integer
 
'Usage
 
Dim instance As SmartPrintRulesCollection
Dim value As Object
Dim value As Integer
 
value = instance.Add(value)

Parameters

value
Rule (SmartPrintRule object) to add
Exceptions
ExceptionDescription
Specified object is not valid; must be a SmartPrintRule object
See Also