Objective Grid for Microsoft® .NET® Reference Guide

TableStylesCollection.Add Method 

Back to Class Index

Adds a TableStyle to the collection.

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

Parameters

table
The TableStyle to add.

Return Value

The index of the new TableStyle object.

See Also

TableStylesCollection Class | TableStylesCollection Members | Stingray.Grid Namespace