A DataGrid cell object represents an individual cell in the DataGrid control.
Newlook Smartclient
Newlook Server
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.
Newlook Smartclient |
Newlook Server |
Deprecated
|
Obsolete
Property |
Client |
Description |
|
Returns of sets the background color of the cell. |
|
|
Returns or sets the available choices for cell entry - only applicable for cells of type checkbox. |
|
|
The index of the datagrid column that the cell belongs to. |
|
|
Determines if the cell can respond to events. |
|
|
Sets or returns foreground color of the cell. |
|
|
Returns or sets a value that specifies which object in an ImageList control to display - only applicable for cells of type image. |
|
|
Returns or sets the default input length of any cells created within this column. |
|
|
Returns or sets the items contained in the cell's list portion - only applicable for cells of type combo box. |
|
|
Sets or returns the read-only status of the cell contents. |
|
|
The index of the datagrid row that the cell belongs to. |
|
|
Store additional information about the cell. |
|
|
Determine current cell text. |
|
|
Gets or sets the control type for the datagrid column or cell. |
|
|
Gets or sets a value that determine if a cell is visible or hidden. |
DataGrid control | DataGridColumn object | DataGrid Row object | Index Property
© 2004-2021 looksoftware. All rights reserved.