Click or drag to resize

tableStyleRowSetterSetStyleForRowsWithValueTValueType Method (DataRowInReportTypeEnum, String, TValueType)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the style for rows with value.

Namespace:  imbSCI.Core.extensions.table.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public dataValueMatchCriterionDynamicStyle<TValueType, DataRowInReportTypeEnum> SetStyleForRowsWithValue<TValueType>(
	DataRowInReportTypeEnum style,
	string columnName,
	TValueType rowIndex
)
where TValueType : IComparable
Request Example View Source

Parameters

style
Type: imbSCI.Core.extensions.tableDataRowInReportTypeEnum
The style.
columnName
Type: SystemString
Name of the column.
rowIndex
Type: TValueType
Index of the row.

Type Parameters

TValueType
The type of the value type.

Return Value

Type: dataValueMatchCriterionDynamicStyleTValueType, DataRowInReportTypeEnum
See Also