GetCellStyle Function (DataGrid)

Class

DataGrid.

Action

Returns a COLUMNSTYLE value specifying the style of the cell.

Syntax

Style = Datagrid.GetCellStyle (DataGridCell)
Variable Description
Style

Value of the style. Possible values are:

  • DEFAULT
  • BUTTON
  • CHECKBOX
  • DROPDOWN
  • DROPDOWNCALENDAR
  • DROPDOWNLIST
  • DROPWDOWNVALIDATE
  • EDIT
  • EDITBUTTON
  • TRISTATECHECKBOX
DataGridCell The DataGridCell to locate. DATAGRIDCELL.

Notes

Cell styles are optional; if there is no style set for a cell, Silk Test Classic returns DEFAULT.