Click or drag to resize

DataTableForStatisticsDeployStyle Method

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

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void DeployStyle(
	DataTable table,
	ExcelWorksheet ws,
	bool useMetaSetFromTheTable = false
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
The table.
ws
Type: ExcelWorksheet
The ws.
useMetaSetFromTheTable (Optional)
Type: SystemBoolean
if set to true it will use style set from the table specified.
See Also