ShellViewColumnsInsert Method (Int32, ShellViewColumn) |
Inserts an item to the
IListT at the specified index.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public void Insert(
int index,
ShellViewColumn item
)
Public Sub Insert (
index As Integer,
item As ShellViewColumn
)
public:
virtual void Insert(
int index,
ShellViewColumn^ item
) sealed
abstract Insert :
index : int *
item : ShellViewColumn -> unit
override Insert :
index : int *
item : ShellViewColumn -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index at which item should be inserted. - item
- Type: Jam.ShellShellViewColumn
The object to insert into the IListT.
Implements
IListTInsert(Int32, T)See Also