ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBDropdown.AddRow Method (String)

Adds a row to an unbound grid.

[Visual Basic]

Overloads Overridable Public Function AddRow( _

ByVal data As String _

) As Integer

[C#]

virtual public int AddRow(

string data

);

[Delphi]

public function AddRow(

data: String

): Int32; overload; virtual;

Parameters

data

The data used to populate the new row. Column data is delimited by ';' char.

Return Value

The index of the row that was added.

See Also

C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace | C1TrueDBDropdown.AddRow Overload List


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