Intersoft WebGrid Documentation
IntInsert Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTextItemCollection Class : IntInsert Method






index
value

Syntax

Visual Basic (Declaration) 
Public Sub IntInsert( _
   ByVal index As Integer, _
   ByVal value As ISNet.WebUI.INamedObject _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGridTextItemCollection
Dim index As Integer
Dim value As ISNet.WebUI.INamedObject
 
instance.IntInsert(index, value)
C# 
public void IntInsert( 
   int index,
   ISNet.WebUI.INamedObject value
)
Delphi 
public procedure IntInsert( 
    index: Integer;
    value: ISNet.WebUI.INamedObject
); 
JScript 
public function IntInsert( 
   index : int,
   value : ISNet.WebUI.INamedObject
);
Managed Extensions for C++ 
public: void IntInsert( 
   int index,
   ISNet.WebUI.INamedObject* value
) 
C++/CLI 
public:
void IntInsert( 
   int index,
   ISNet.WebUI.INamedObject^ value
) 

Parameters

index
value

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.