Add a Row that contains two cells, a Caption and a Simple Wiki Text value that consists of a record's Code (bold) and Description (normal).

Syntax

ISSummaryTableRows.AddCaptionCodeDescription(caption, recordId, recordCodeDescription, [textCellClass], [rowClass])

Parameters

NameTypeOptionalByRefDescription
caption String The Caption.
recordId String The record Id (code).
recordCodeDescription I_ISRecordCodeDescription An object supporting the I_ISRecordCodeDescription interface.
textCellClass iseSummaryTableCellClass Optional The CellClass for the Text value cell. If omitted, a 'Normal' class will be assumed. If omitted, a value of iseSummaryTableCellClass.None is assumed.
rowClass iseSummaryTableRowClass Optional If omitted, a value of iseSummaryTableRowClass.None is assumed.

Return Value

ISSummaryTableRow

A new ISSummaryTableRow object.

Member of:
ISSummaryTableRows
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0