getCellStyle()
Returns a String containing the CSS inline style to render the cell of the given column and
row. If the return value is null the cell is rendered with WorkSpace default style.
Example
The following String is an example of a valid return value:
"border:1px solid black;"
Parameters
- viewId - The view ID of the view assigned to the Work Items Panel.
- instanceInfo - The InstanceInfo object that represents the rendered work item.
- column - The Presentation.Column object that represents the rendered column.
- rowIndex - The index of the row being rendered.
Returns
The CSS inline style for the cell of the given column and row.