ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

GridStyleCollection.Add Method

Adds a Style to the end of the collection.

[Visual Basic]

Public Function Add( _

ByVal style As C1.Win.C1TrueDBGrid.Style _

) As Integer

[C#]

public int Add(

C1.Win.C1TrueDBGrid.Style style

);

[Delphi]

public function Add(

style: C1.Win.C1TrueDBGrid.Style

): Int32;

Parameters

style

The Style to add.

Return Value

The index at which the Style has been added.

See Also

GridStyleCollection Class | GridStyleCollection Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.