ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBDropdown.AddRow Method (String, Char)

Adds a row to an unbound grid.

[Visual Basic]

Overloads Overridable Public Function AddRow( _

ByVal data As String, _

ByVal separator As Char _

) As Integer

[C#]

virtual public int AddRow(

string data,

char separator

);

[Delphi]

public function AddRow(

data: String;

separator: Char

): Int32; overload; virtual;

Parameters

data

The data used to populate the new row.

separator

Character used to separate the data fields.

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.