Click or drag to resize

rowMetaEvaluation Delegate

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Delegate used by tableStyleDynamicRule to evaluate and set style

Namespace:  imbSCI.Core.extensions.table.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public delegate tableStyleSetterResponse rowMetaEvaluation(
	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

Return Value

Type: tableStyleSetterResponse
See Also