FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class / RemoveAt Method
Zero-based index of the rule (SmartPrintRule object) to remove


RemoveAt Method (SmartPrintRulesCollection)
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)

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