Spread for ASP.NET 12 Product Documentation
Insert(Int32,Object) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SmartPrintRulesCollection Class > Insert Method : Insert(Int32,Object) Method
Index at which to insert the rule (SmartPrintRule object)
Object to insert
Inserts a rule (SmartPrintRule object) into the collection at the specified index.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As SmartPrintRulesCollection
Dim index As Integer
Dim value As Object
 
instance.Insert(index, value)
public void Insert( 
   int index,
   object value
)

Parameters

index
Index at which to insert the rule (SmartPrintRule object)
value
Object to insert
See Also

Reference

SmartPrintRulesCollection Class
SmartPrintRulesCollection Members
Overload List