Click or drag to resize

DataTableForStatisticsDeployStyleToRow Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Deploys the style to row.

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void DeployStyleToRow(
	ExcelRow ex_row,
	DataRow in_row,
	ExcelWorksheet ws,
	tableStyleRowSetter metaSet = null
)
Request Example View Source

Parameters

ex_row
Type: ExcelRow
The ex row.
in_row
Type: System.DataDataRow
The in row.
ws
Type: ExcelWorksheet
The ws.
metaSet (Optional)
Type: imbSCI.Core.extensions.table.coretableStyleRowSetter
The meta set.
See Also