[]
Inserts a rule (SmartPrintRule object) into the collection at the specified index.
public void Insert(int index, object value)
Public Sub Insert(index As Integer, value As Object)
Type | Name | Description |
---|---|---|
int | index | Index at which to insert the rule (SmartPrintRule object) |
object | value | Object to insert |
Inserts a rule (SmartPrintRule object) into the collection at the specified index.
public void Insert(int index, SmartPrintRule value)
Public Sub Insert(index As Integer, value As SmartPrintRule)
Type | Name | Description |
---|---|---|
int | index | Index at which to insert the rule (SmartPrintRule object) |
SmartPrintRule | value | Rule (SmartPrintRule object) to insert |