'Usage Dim instance As SmartPrintRulesCollection Dim index As Integer instance.RemoveAt(index)
Parameters
- index
- Zero-based index of the rule (SmartPrintRule object) to remove
'Usage Dim instance As SmartPrintRulesCollection Dim index As Integer instance.RemoveAt(index)
Exception | Description |
---|---|
System.ArgumentException | Specified object is not valid; must be a SmartPrintRule object |