ComponentOne True DBGrid for WinForms
Add Method (GridStyleCollection)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > GridStyleCollection Class : Add Method
The Style to add.
Adds a Style to the end of the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal style As Style _
) As System.Integer
public System.int Add( 
   Style style
)

Parameters

style
The Style to add.

Return Value

The index at which the Style has been added.
See Also

Reference

GridStyleCollection Class
GridStyleCollection Members