Click or drag to resize

dataRowIndexDynamicStyleTEnumevaluate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Evaluates the specified row.

Namespace:  imbSCI.Core.extensions.table.dynamics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public override tableStyleSetterResponse evaluate(
	DataRow row,
	DataTable table,
	dataTableStyleEntry defaultStyle
)
Request Example View Source

Parameters

row
Type: System.DataDataRow
The row.
table
Type: System.DataDataTable
The table.
defaultStyle
Type: imbSCI.Core.extensions.table.styledataTableStyleEntry
The default style.

Return Value

Type: tableStyleSetterResponse
See Also