Add a Row that contains two cells, a Caption and a Text value that represents a Website URL.

The Hyperlink properties will be set based on the supplied values.

Syntax

ISSummaryTableRows.AddCaptionTextWebsiteUrl(caption, websiteUrl, [textCellClass], [clientId], [contactRecordId], [tooltip], [tooltipClass])

Parameters

NameTypeOptionalByRefDescription
caption String The Caption.
websiteUrl String The Website URL.
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.
clientId String Optional
contactRecordId String Optional
tooltip String Optional
tooltipClass iseSummaryTableTooltipClass Optional If omitted, a value of iseSummaryTableTooltipClass.PopupNote 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