Click or drag to resize
GridColumnCollectionInsert Method
Insert a GridColumn to GridColumnCollectin at the specified index.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void Insert(
	int Index,
	Object Val
)

Parameters

Index
Type: SystemInt32
Val
Type: SystemObject

Implements

IListInsert(Int32, Object)
See Also