Intersoft WebGrid Documentation
Insert Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCellCollection Class : Insert Method






index
webGridCell
Inserts an WebGridCell object into the WebGridCell collection at a specified index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal webGridCell As WebGridCell _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellCollection
Dim index As Integer
Dim webGridCell As WebGridCell
 
instance.Insert(index, webGridCell)
C# 
public void Insert( 
   int index,
   WebGridCell webGridCell
)
Delphi 
public procedure Insert( 
    index: Integer;
    webGridCell: WebGridCell
); 
JScript 
public function Insert( 
   index : int,
   webGridCell : WebGridCell
);
Managed Extensions for C++ 
public: void Insert( 
   int index,
   WebGridCell* webGridCell
) 
C++/CLI 
public:
void Insert( 
   int index,
   WebGridCell^ webGridCell
) 

Parameters

index
webGridCell

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.