Click or drag to resize

tableStyleDynamicRuleSetZone Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the zone.

Namespace:  imbSCI.Core.extensions.table.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void SetZone(
	DataColumn dcLeft,
	DataColumn dcRight = null,
	bool isActiveY = false
)
Request Example View Source

Parameters

dcLeft
Type: System.DataDataColumn
The dc left.
dcRight (Optional)
Type: System.DataDataColumn
The dc right.
isActiveY (Optional)
Type: SystemBoolean
if set to true [is active y].
See Also