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

Syntax

ISSummaryTableRows.AddCaptionDate(caption, value, [smallSuffix], [textCellClass])

Parameters

NameTypeOptionalByRefDescription
caption String The Caption.
value Date The Date value.
smallSuffix String Optional A suffix to display after the date, e.g., a person's age. If specified, the value cell will be formatted as Simple Wiki Text with a bold date and a small suffix.
textCellClass iseSummaryTableCellClass Optional <para> The CellClass for the Text value cell. If omitted, a 'NormalBold' class will be assumed. </para> <para> WARNING: If a smallSuffix is specified, the cell will be formatted as Simple Wiki Text and any specified textCellClass ignored. </para> 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