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

Syntax

ISSummaryTableRows.AddCaptionCurrency(caption, value, [includeSymbol], [rowClass], [textCellClass])

Parameters

NameTypeOptionalByRefDescription
caption String The Caption.
value Decimal The Currency value.
includeSymbol Boolean Optional Indicates whether to include the currency symbol. If omitted, a value of False is assumed.
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 the Number is Negative and the textCellClass is Normal or NormalBold it will be updated to Warning and WarningBold respectively. 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