Click or drag to resize

tableStyleSetterResponse Constructor (dataTableStyleEntry, tableStyleDynamicRule)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the tableStyleSetterResponse class

Namespace:  imbSCI.Core.extensions.table.style
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public tableStyleSetterResponse(
	dataTableStyleEntry _style,
	tableStyleDynamicRule _rule
)
Request Example View Source

Parameters

_style
Type: imbSCI.Core.extensions.table.styledataTableStyleEntry
_rule
Type: imbSCI.Core.extensions.table.coretableStyleDynamicRule
See Also