[]
Removes a rule (SmartPrintRule object) from the collection at the specified index.
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
Type | Name | Description |
---|---|---|
int | index | Zero-based index of the rule (SmartPrintRule object) to remove |
Type | Condition |
---|---|
ArgumentException | Specified object is not valid; must be a SmartPrintRule object |