Removes an object from specified position.
[Visual Basic]
Public Sub RemoveAt( _
ByVal index As Integer _
)
[C#]
new public void RemoveAt(
int index
);
[Delphi]
public procedure RemoveAt(
index: Int32
);
Parameters
index
Position.
See Also
C1WebCollectionBase Class | C1WebCollectionBase Members | C1.Web.Command Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |