Add a Row that contains two cells, a Caption and a Text Double value.

Syntax

ISSummaryTableRows.AddCaptionDouble(caption, value, decimalPlaces, [rowClass], [textCellClass])

Parameters

NameTypeOptionalByRefDescription
caption String The Caption.
value Double The Double value.
decimalPlaces Integer The number of Decimal Places to display.
rowClass iseSummaryTableRowClass Optional The Row Class. If omitted, a value of iseSummaryTableRowClass.None is assumed.
textCellClass iseSummaryTableCellClass Optional The CellClass for the Text value cell. If omitted, a 'NormalBold' class will be assumed. If omitted, a value of iseSummaryTableCellClass.NormalBold 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