TableLayoutStyleCollection.IList.Remove(Object) Method

Definition

For a description of this method, see the Remove(Object) method.

 virtual void System.Collections.IList.Remove(System::Object ^ style) = System::Collections::IList::Remove;
void IList.Remove (object style);
void IList.Remove (object? style);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (style As Object) Implements IList.Remove

Parameters

style
Object

The Object to remove from the IList.

Implements

Exceptions

.NET 8 and later only: style can't be converted to type TableLayoutStyle.

Remarks

This member is an explicit interface member implementation. It can be used only when the TableLayoutStyleCollection instance is cast to an IList interface.

Applies to