DataGrid Cell Object

A DataGrid cell object represents an individual cell in the DataGrid control.

Client support

   Newlook Smartclient

   Newlook Server

Use

An individual grid cell can be referenced at run-time using the following syntax:

App.ActiveForm.DatagridObject.Cells(rowIndex, cellIndex)

Where DatagridObject is an object expression that evaluates to a datagrid on the active form, rowIndex is the index of the row that contains the cell you want to return and cellIndex is the index of the cell within the specified row.

See Also

DataGrid control | DataGridColumn object | DataGrid Row object | Index Property


© 2004-2021 looksoftware. All rights reserved.