Objective Grid for Microsoft® .NET® Reference Guide

TableStylesCollection.Contains Method 

Back to Class Index

Gets a value indicating whether the TableStylesCollection contains the specified TableStyle.

[Visual Basic]
Overridable Public Function Contains( _
   ByVal table As TableStyle _
) As Boolean
[C#]
public virtual bool Contains(
   TableStyle table
);

Parameters

table
The desired TableStyle.

Return Value

See Also

TableStylesCollection Class | TableStylesCollection Members | Stingray.Grid Namespace