Spread for ASP.NET 12 Product Documentation
RemoveAt Method (SmartPrintRulesCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SmartPrintRulesCollection Class : RemoveAt Method
Zero-based index of the rule (SmartPrintRule object) to remove
Removes a rule (SmartPrintRule object) from the collection at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As SmartPrintRulesCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

index
Zero-based index of the rule (SmartPrintRule object) to remove
Exceptions
ExceptionDescription
Specified object is not valid; must be a SmartPrintRule object
See Also

Reference

SmartPrintRulesCollection Class
SmartPrintRulesCollection Members