Spread for ASP.NET 12 Product Documentation
Add(SmartPrintRule) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SmartPrintRulesCollection Class > Add Method : Add(SmartPrintRule) Method
Rule (SmartPrintRule object) to add
Adds a rule (SmartPrintRule object) to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal value As SmartPrintRule _
) As Integer
'Usage
 
Dim instance As SmartPrintRulesCollection
Dim value As SmartPrintRule
Dim value As Integer
 
value = instance.Add(value)
public int Add( 
   SmartPrintRule value
)

Parameters

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

Reference

SmartPrintRulesCollection Class
SmartPrintRulesCollection Members
Overload List