Removes the TableSetting at the specified index from the collection.
[Visual Basic] Overloads Public Sub Remove( _ ByVal index As Integer _ ) [C#] public void Remove( int index ); [C++] public: void Remove( int index ); [JScript] public function Remove( index : int );
Exception Type | Condition |
---|---|
IndexOutOfRangeException | The collection doesn't have a TableSetting at this index. |
The OnCollectionChanged event occurs if the collection is successfully changed.
TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace | TableSettingsCollection.Remove Overload List