Click or drag to resize

builderForMarkdownAppendTableRow Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the table row.

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void AppendTableRow(
	acePaletteVariationRole role,
	params string[] columns
)
Request Example View Source

Parameters

role
Type: imbSCI.Core.reporting.colorsacePaletteVariationRole
The role.
columns
Type: SystemString
The columns.
See Also