Inserts a Column to the IList<(Of <(<'T>)>)> at the specified index.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public void Insert( int index, Column item ) |
Visual Basic |
---|
Public Sub Insert ( index As Integer, item As Column ) |
Visual C++ |
---|
public: virtual void Insert( int index, Column^ item ) sealed |
F# |
---|
abstract Insert : index : int * item : Column -> unit override Insert : index : int * item : Column -> unit |
Parameters
- index
- Type: System..::..Int32
The zero-based index at which item should be inserted.
- item
- Type: Dapfor.Wpf.Controls..::..Column
The Column to insert into the IList<(Of <(<'T>)>)>.