Add a Row that contains two cells, a Caption and an Integer value.

Syntax

ISSummaryTableRows.AddCaptionInteger(caption, value, [rowClass], [textCellClass], [alignRight], [includeThousandsComma])

Parameters

NameTypeOptionalByRefDescription
caption String The Caption.
value Integer The Integer value.
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.
alignRight Boolean Optional Indicates whether to align the Value to the right. If omitted, a value of False is assumed.
includeThousandsComma Boolean Optional Indicates whether to include a thousands comma. If omitted, a value of False 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