Click or drag to resize

dataRowIndexDynamicStyleTEnum Constructor (TEnum, IEnumerableInt32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.extensions.table.dynamics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public dataRowIndexDynamicStyle(
	TEnum _key,
	IEnumerable<int> indexList
)
Request Example View Source

Parameters

_key
Type: TEnum
The key.
indexList
Type: System.Collections.GenericIEnumerableInt32
The index list.
See Also