ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.Item Property (Int32, String)

Set or retrieve the cell value at the given row and column.

[Visual Basic]

Public Default Property Item( _

ByVal row As Integer, _

ByVal columnName As String _

) As Object

[C#]

public object this[

int row,

string columnName

] {get;set;}

[Delphi]

public property Item[

row: Int32;

columnName: String

]: Object read get_Item write set_Item;

See Also

C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace | C1TrueDBGrid.Item Overload List


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