Objective Grid for Microsoft® .NET® Reference Guide

TableStylesCollection.IndexOf Method 

Back to Class Index

Gets the index of a specified TableStyle.

[Visual Basic]
Overridable Public Function IndexOf( _
   ByVal table As TableStyle _
) As Integer
[C#]
public virtual int IndexOf(
   TableStyle table
);

Parameters

table
The TableStyle to find.

Return Value

See Also

TableStylesCollection Class | TableStylesCollection Members | Stingray.Grid Namespace