Objective Grid for Microsoft® .NET® Reference Guide

TableStylesCollection.Insert Method 

Back to Class Index

Inserts an element into the TableStylesCollection at the specified index.

[Visual Basic]
Overridable Public Sub Insert( _
   ByVal index As Integer, _
   ByVal table As TableStyle _
)
[C#]
public virtual void Insert(
   int index,
   TableStyle table
);

Parameters

index
The zero-based index at which table should be inserted.
table
The TableStyle to insert.

See Also

TableStylesCollection Class | TableStylesCollection Members | Stingray.Grid Namespace