Objective Grid for Microsoft® .NET® Reference Guide

TableStylesCollection.Remove Method 

Back to Class Index

Removes the specified TableStyle from the TableStylesCollection.

[Visual Basic]
Overridable Public Sub Remove( _
   ByVal table As TableStyle _
)
[C#]
public virtual void Remove(
   TableStyle table
);

Parameters

table
The TableStyle to remove from the collection.

See Also

TableStylesCollection Class | TableStylesCollection Members | Stingray.Grid Namespace