NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IEditableList.RemoveIndex

[To be supplied.]

[Visual Basic]
Sub RemoveIndex( _
   ByVal index As Integer _
)
[C#]
void RemoveIndex(
   int index
);
[C++]
void RemoveIndex(
   int index
) = 0;
[JScript]
function RemoveIndex(
   index : int
);

Parameters

index
[To be supplied.]

See Also

IEditableList Interface | IEditableList Members | System.Data Namespace