Add a Row that contains two cells, a Caption and a Percentage value and optionally a small suffix after the Value.

Syntax

ISSummaryTableRows.AddCaptionPercentage(caption, value, decimalPlaces, [includeSymbol], [smallSuffix], [textCellClass])

Parameters

NameTypeOptionalByRefDescription
caption String The Caption.
value Double The value.
decimalPlaces Integer The number of Decimal Places to format the value to.
includeSymbol Boolean Optional Indicates whether to include the percentage symbol. If omitted, a value of False is assumed.
smallSuffix String Optional A suffix to display after the value. If specified, the value cell will be formatted as Simple Wiki Text with a bold value and a small suffix.
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