GridColumnCollectionInsert Method |
Insert a GridColumn to GridColumnCollectin at the specified index.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void Insert(
int Index,
Object Val
)
Public Sub Insert (
Index As Integer,
Val As Object
)
public:
virtual void Insert(
int Index,
Object^ Val
) sealed
abstract Insert :
Index : int *
Val : Object -> unit
override Insert :
Index : int *
Val : Object -> unit
Parameters
- Index
- Type: SystemInt32
- Val
- Type: SystemObject
Implements
IListInsert(Int32, Object)
See Also