[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SmartPrintRulesCollection.Insert

Insert Method

Insert(int, object)

Inserts a rule (SmartPrintRule object) into the collection at the specified index.

Declaration
public void Insert(int index, object value)
Public Sub Insert(index As Integer, value As Object)
Parameters
Type Name Description
int index

Index at which to insert the rule (SmartPrintRule object)

object value

Object to insert

Implements

Insert(int, SmartPrintRule)

Inserts a rule (SmartPrintRule object) into the collection at the specified index.

Declaration
public void Insert(int index, SmartPrintRule value)
Public Sub Insert(index As Integer, value As SmartPrintRule)
Parameters
Type Name Description
int index

Index at which to insert the rule (SmartPrintRule object)

SmartPrintRule value

Rule (SmartPrintRule object) to insert