JamShellColumnCollectionRemoveAt Method |
Removes the ColumnHeader located at the specified index.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public override void RemoveAt(
int pIndex
)
Public Overrides Sub RemoveAt (
pIndex As Integer
)
public:
virtual void RemoveAt(
int pIndex
) override
abstract RemoveAt :
pIndex : int -> unit
override RemoveAt :
pIndex : int -> unit
Parameters
- pIndex
- Type: SystemInt32
Index of the ColumnHeader in the collection to be removed.
Implements
IListRemoveAt(Int32)See Also