Inserts the object that implements the XRulesDocument interface and is specified by 'document' at the index specified by 'index'. This method is the wrapper of the 'Insert' method of the IList interface. Its benefit is to use objects of type 'XRulesDocument' instead of type 'Object'.
[Visual Basic] Public Sub Insert( _ ByVal index As Integer, _ ByVal document As XRulesDocument _ ) [C#] public void Insert( int index, XRulesDocument document ); [C++] public: void Insert( int index, XRulesDocument* document ); [JScript] public function Insert( int index, XRulesDocument document );
XRulesDocumentList Class | XRules Namespace