ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

GridStyleCollection.Insert Method

Inserts a Style at the specified index.

[Visual Basic]

Public Sub Insert( _

ByVal index As Integer, _

ByVal style As C1.Win.C1TrueDBGrid.Style _

)

[C#]

public void Insert(

int index,

C1.Win.C1TrueDBGrid.Style style

);

[Delphi]

public procedure Insert(

index: Int32;

style: C1.Win.C1TrueDBGrid.Style

);

Parameters

index

The zero-based index at which the Style should be inserted.

style

The Style to insert.

See Also

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


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